Package cdc.util.data.paths
Class Part
- java.lang.Object
-
- cdc.util.data.paths.Part
-
public class Part extends Object
Elementary parts that constitute a Path.A Part has a type.
- element
- attribute
- text
- comment
- Author:
- Damien Carbonne
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPart.TypeEnumeration of possible part types.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttributeName()StringgetElementName()StringgetName()StringgetSelectorName()StringgetSelectorValue()Part.TypegetType()static Part.TypegetType(String name)StringtoString()
-
-
-
Constructor Detail
-
Part
public Part(String name)
-
-