Uses of Class
com._1c.g5.v8.dt.dcs.path.DcsPathPart
-
Packages that use DcsPathPart Package Description com._1c.g5.v8.dt.dcs.path -
-
Uses of DcsPathPart in com._1c.g5.v8.dt.dcs.path
Methods in com._1c.g5.v8.dt.dcs.path with parameters of type DcsPathPart Modifier and Type Method Description DcsPath
DcsPath. append(DcsPathPart pathPart)
Добавить часть путиMethod parameters in com._1c.g5.v8.dt.dcs.path with type arguments of type DcsPathPart Modifier and Type Method Description DcsPath
DcsPath. combine(List<DcsPathPart> parts)
Сформировать путь из частейvoid
DcsPath. split(List<DcsPathPart> parts)
Разбить на частиboolean
DcsPath. splitNotSingle(List<DcsPathPart> parts)
Разбить строку на несколько, только в случае если строка не была одиночнойConstructors in com._1c.g5.v8.dt.dcs.path with parameters of type DcsPathPart Constructor Description DcsName(DcsPathPart pathPart)
DcsPath(DcsPathPart pathPart)
-