Package org.citydb.database.schema.path
Class ComplexTypeNode
- java.lang.Object
-
- org.citydb.database.schema.path.AbstractNode<T>
-
- org.citydb.database.schema.path.AbstractTypeNode<ComplexType>
-
- org.citydb.database.schema.path.ComplexTypeNode
-
public final class ComplexTypeNode extends AbstractTypeNode<ComplexType>
-
-
Field Summary
-
Fields inherited from class org.citydb.database.schema.path.AbstractNode
child, parent, pathElement, predicate
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ComplexTypeNode
copy()
-
Methods inherited from class org.citydb.database.schema.path.AbstractTypeNode
isValidChild, isValidPredicate
-
Methods inherited from class org.citydb.database.schema.path.AbstractNode
child, getPathElement, getPredicate, isEqualTo, isSetPredicate, parent, setChild, setPredicate, toString, unsetPredicate
-
-
-
-
Method Detail
-
copy
protected ComplexTypeNode copy()
- Specified by:
copy
in classAbstractNode<ComplexType>
-
-