Package com._1c.g5.v8.dt.dcs.path
Class DcsPathPart
- java.lang.Object
-
- com._1c.g5.v8.dt.dcs.path.DcsPathBase
-
- com._1c.g5.v8.dt.dcs.path.DcsPathPart
-
public class DcsPathPart extends DcsPathBase
Часть пути системы компоновки данных
-
-
Field Summary
-
Fields inherited from class com._1c.g5.v8.dt.dcs.path.DcsPathBase
content
-
-
Constructor Summary
Constructors Constructor Description DcsPathPart(DcsName name)
КонструкторDcsPathPart(String pathPart)
КонструкторDcsPathPart(String str, int size)
Конструктор
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DcsName
toDCSName()
Получить имя-
Methods inherited from class com._1c.g5.v8.dt.dcs.path.DcsPathBase
equals, getContent, hashCode, setContent, toString
-
-
-
-
Constructor Detail
-
DcsPathPart
public DcsPathPart(DcsName name)
Конструктор- Parameters:
name
- имя
-
DcsPathPart
public DcsPathPart(String str, int size)
Конструктор- Parameters:
str
- строка путиsize
- размер
-
DcsPathPart
public DcsPathPart(String pathPart)
Конструктор- Parameters:
pathPart
- часть пути
-
-
Method Detail
-
toDCSName
public DcsName toDCSName()
Получить имя- Returns:
- имя
-
-