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 boolean
equals(Object other)
protected String
getContent()
int
hashCode()
protected void
setContent(String newContent)
String
toString()
-