Package com._1c.g5.v8.dt.dcs.path
Class DcsPathBase
- java.lang.Object
-
- com._1c.g5.v8.dt.dcs.path.DcsPathBase
-
- Direct Known Subclasses:
DcsName,DcsPath,DcsPathPart
public class DcsPathBase extends Object
Родительский класс для DCSName, DCSPathPart, DCSPath
-
-
Constructor Summary
Constructors Constructor Description DcsPathBase()DcsPathBase(String str)КонструкторDcsPathBase(String str, int size)Конструктор
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)protected StringgetContent()inthashCode()protected voidsetContent(String newContent)StringtoString()
-