Package net.opengis.gml.x32
Interface RelatedTimeType.RelativePosition
-
- All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlString,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
RelatedTimeTypeImpl.RelativePositionImpl
- Enclosing interface:
- RelatedTimeType
public static interface RelatedTimeType.RelativePosition extends org.apache.xmlbeans.XmlStringAn XML relativePosition(@). This is an atomic type that is a restriction of net.opengis.gml.x32.RelatedTimeType$RelativePosition.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRelatedTimeType.RelativePosition.EnumEnumeration value class for net.opengis.gml.x32.RelatedTimeType$RelativePosition.static classRelatedTimeType.RelativePosition.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.xmlbeans.StringEnumAbstractBaseenumValue()voidset(org.apache.xmlbeans.StringEnumAbstractBase e)-
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final org.apache.xmlbeans.SchemaType type
-
BEFORE
static final RelatedTimeType.RelativePosition.Enum BEFORE
-
AFTER
static final RelatedTimeType.RelativePosition.Enum AFTER
-
BEGINS
static final RelatedTimeType.RelativePosition.Enum BEGINS
-
ENDS
static final RelatedTimeType.RelativePosition.Enum ENDS
-
DURING
static final RelatedTimeType.RelativePosition.Enum DURING
-
EQUALS
static final RelatedTimeType.RelativePosition.Enum EQUALS
-
CONTAINS
static final RelatedTimeType.RelativePosition.Enum CONTAINS
-
OVERLAPS
static final RelatedTimeType.RelativePosition.Enum OVERLAPS
-
MEETS
static final RelatedTimeType.RelativePosition.Enum MEETS
-
OVERLAPPED_BY
static final RelatedTimeType.RelativePosition.Enum OVERLAPPED_BY
-
MET_BY
static final RelatedTimeType.RelativePosition.Enum MET_BY
-
BEGUN_BY
static final RelatedTimeType.RelativePosition.Enum BEGUN_BY
-
ENDED_BY
static final RelatedTimeType.RelativePosition.Enum ENDED_BY
-
INT_BEFORE
static final int INT_BEFORE
- See Also:
- Constant Field Values
-
INT_AFTER
static final int INT_AFTER
- See Also:
- Constant Field Values
-
INT_BEGINS
static final int INT_BEGINS
- See Also:
- Constant Field Values
-
INT_ENDS
static final int INT_ENDS
- See Also:
- Constant Field Values
-
INT_DURING
static final int INT_DURING
- See Also:
- Constant Field Values
-
INT_EQUALS
static final int INT_EQUALS
- See Also:
- Constant Field Values
-
INT_CONTAINS
static final int INT_CONTAINS
- See Also:
- Constant Field Values
-
INT_OVERLAPS
static final int INT_OVERLAPS
- See Also:
- Constant Field Values
-
INT_MEETS
static final int INT_MEETS
- See Also:
- Constant Field Values
-
INT_OVERLAPPED_BY
static final int INT_OVERLAPPED_BY
- See Also:
- Constant Field Values
-
INT_MET_BY
static final int INT_MET_BY
- See Also:
- Constant Field Values
-
INT_BEGUN_BY
static final int INT_BEGUN_BY
- See Also:
- Constant Field Values
-
INT_ENDED_BY
static final int INT_ENDED_BY
- See Also:
- Constant Field Values
-
-