Package net.opengis.ogc
Interface TemporalOperatorNameType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlString,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TemporalOperatorNameTypeImpl
public interface TemporalOperatorNameType extends org.apache.xmlbeans.XmlStringAn XML TemporalOperatorNameType(@http://www.opengis.net/ogc). This is an atomic type that is a restriction of net.opengis.ogc.TemporalOperatorNameType.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTemporalOperatorNameType.EnumEnumeration value class for net.opengis.ogc.TemporalOperatorNameType.static classTemporalOperatorNameType.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
-
TM_AFTER
static final TemporalOperatorNameType.Enum TM_AFTER
-
TM_BEFORE
static final TemporalOperatorNameType.Enum TM_BEFORE
-
TM_BEGINS
static final TemporalOperatorNameType.Enum TM_BEGINS
-
TM_BEGUN_BY
static final TemporalOperatorNameType.Enum TM_BEGUN_BY
-
TM_CONTAINS
static final TemporalOperatorNameType.Enum TM_CONTAINS
-
TM_DURING
static final TemporalOperatorNameType.Enum TM_DURING
-
TM_EQUALS
static final TemporalOperatorNameType.Enum TM_EQUALS
-
TM_OVERLAPS
static final TemporalOperatorNameType.Enum TM_OVERLAPS
-
TM_MEETS
static final TemporalOperatorNameType.Enum TM_MEETS
-
TM_OVERLAPPED_BY
static final TemporalOperatorNameType.Enum TM_OVERLAPPED_BY
-
TM_MET_BY
static final TemporalOperatorNameType.Enum TM_MET_BY
-
TM_ENDED_BY
static final TemporalOperatorNameType.Enum TM_ENDED_BY
-
TM_ENDS
static final TemporalOperatorNameType.Enum TM_ENDS
-
INT_TM_AFTER
static final int INT_TM_AFTER
- See Also:
- Constant Field Values
-
INT_TM_BEFORE
static final int INT_TM_BEFORE
- See Also:
- Constant Field Values
-
INT_TM_BEGINS
static final int INT_TM_BEGINS
- See Also:
- Constant Field Values
-
INT_TM_BEGUN_BY
static final int INT_TM_BEGUN_BY
- See Also:
- Constant Field Values
-
INT_TM_CONTAINS
static final int INT_TM_CONTAINS
- See Also:
- Constant Field Values
-
INT_TM_DURING
static final int INT_TM_DURING
- See Also:
- Constant Field Values
-
INT_TM_EQUALS
static final int INT_TM_EQUALS
- See Also:
- Constant Field Values
-
INT_TM_OVERLAPS
static final int INT_TM_OVERLAPS
- See Also:
- Constant Field Values
-
INT_TM_MEETS
static final int INT_TM_MEETS
- See Also:
- Constant Field Values
-
INT_TM_OVERLAPPED_BY
static final int INT_TM_OVERLAPPED_BY
- See Also:
- Constant Field Values
-
INT_TM_MET_BY
static final int INT_TM_MET_BY
- See Also:
- Constant Field Values
-
INT_TM_ENDED_BY
static final int INT_TM_ENDED_BY
- See Also:
- Constant Field Values
-
INT_TM_ENDS
static final int INT_TM_ENDS
- See Also:
- Constant Field Values
-
-