Package org.citydb.database.schema.path
Class SimpleAttributeNode
- java.lang.Object
-
- org.citydb.database.schema.path.AbstractNode<SimpleAttribute>
-
- org.citydb.database.schema.path.SimpleAttributeNode
-
public final class SimpleAttributeNode extends AbstractNode<SimpleAttribute>
-
-
Field Summary
-
Fields inherited from class org.citydb.database.schema.path.AbstractNode
child, parent, pathElement, predicate
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SimpleAttributeNode(SimpleAttribute attribute)
protected
SimpleAttributeNode(SimpleAttributeNode other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SimpleAttributeNode
copy()
protected boolean
isValidChild(AbstractPathElement candidate)
protected boolean
isValidPredicate(AbstractNodePredicate candidate)
java.lang.String
toString()
java.lang.String
toString(boolean removeAttributePrefixes)
-
Methods inherited from class org.citydb.database.schema.path.AbstractNode
child, getPathElement, getPredicate, isEqualTo, isSetPredicate, parent, setChild, setPredicate, unsetPredicate
-
-
-
-
Constructor Detail
-
SimpleAttributeNode
protected SimpleAttributeNode(SimpleAttribute attribute)
-
SimpleAttributeNode
protected SimpleAttributeNode(SimpleAttributeNode other)
-
-
Method Detail
-
isValidChild
protected boolean isValidChild(AbstractPathElement candidate)
- Specified by:
isValidChild
in classAbstractNode<SimpleAttribute>
-
isValidPredicate
protected boolean isValidPredicate(AbstractNodePredicate candidate)
- Specified by:
isValidPredicate
in classAbstractNode<SimpleAttribute>
-
copy
protected SimpleAttributeNode copy()
- Specified by:
copy
in classAbstractNode<SimpleAttribute>
-
toString
public java.lang.String toString(boolean removeAttributePrefixes)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classAbstractNode<SimpleAttribute>
-
-