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 DcsPathDcsPath. append(DcsPathPart pathPart)Добавить часть путиMethod parameters in com._1c.g5.v8.dt.dcs.path with type arguments of type DcsPathPart Modifier and Type Method Description DcsPathDcsPath. combine(List<DcsPathPart> parts)Сформировать путь из частейvoidDcsPath. split(List<DcsPathPart> parts)Разбить на частиbooleanDcsPath. 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)
-