Package eu.bandm.tools.tpath.type
Class Type.XPathProperType
java.lang.Object
eu.bandm.tools.tpath.type.Type.XPathType
eu.bandm.tools.tpath.type.Type.XPathProperType
- All Implemented Interfaces:
Formattable,Cloneable
- Direct Known Subclasses:
Type.Boolean,Type.NodeRel,Type.Number,Type.String
- Enclosing class:
Type
@Generated(generator="eu.bandm.tools.umod",
version="",
timestamp="2026-02-18_13h27m25")
public abstract static class Type.XPathProperType
extends Type.XPathType
-
Constructor Details
-
XPathProperType
public XPathProperType()
-
-
Method Details
-
doclone
- Overrides:
doclonein classType.XPathType
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
formatin interfaceFormattable- Overrides:
formatin classType.XPathType- Returns:
- a format that represents this object in a pretty-printable way
-
initFrom
Copies values of all common fields from the argument. All fields of this class definition are copied, iff the argument is of this class. Then the superclass method is invoked with the same argument.- Overrides:
initFromin classType.XPathType
-