Package eu.europa.ted.eforms.sdk.entity
Class SdkNode
- java.lang.Object
-
- eu.europa.ted.eforms.sdk.entity.SdkNode
-
- All Implemented Interfaces:
Comparable<SdkNode>
public abstract class SdkNode extends Object implements Comparable<SdkNode>
A node is something like a section. Nodes can be parents of other nodes or parents of fields.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(SdkNode o)booleanequals(Object obj)StringgetId()StringgetParentId()StringgetXpathAbsolute()StringgetXpathRelative()inthashCode()booleanisRepeatable()StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
getParentId
public String getParentId()
-
getXpathAbsolute
public String getXpathAbsolute()
-
getXpathRelative
public String getXpathRelative()
-
isRepeatable
public boolean isRepeatable()
-
compareTo
public int compareTo(SdkNode o)
- Specified by:
compareToin interfaceComparable<SdkNode>
-
-