Package net.opengis.ogc
Interface ComparisonOperatorType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlString,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ComparisonOperatorTypeImpl
public interface ComparisonOperatorType extends org.apache.xmlbeans.XmlStringAn XML ComparisonOperatorType(@http://www.opengis.net/ogc). This is an atomic type that is a restriction of net.opengis.ogc.ComparisonOperatorType.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComparisonOperatorType.EnumEnumeration value class for net.opengis.ogc.ComparisonOperatorType.static classComparisonOperatorType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static ComparisonOperatorType.EnumBETWEENstatic ComparisonOperatorType.EnumEQUAL_TOstatic ComparisonOperatorType.EnumGREATER_THANstatic ComparisonOperatorType.EnumGREATER_THAN_EQUAL_TOstatic intINT_BETWEENstatic intINT_EQUAL_TOstatic intINT_GREATER_THANstatic intINT_GREATER_THAN_EQUAL_TOstatic intINT_LESS_THANstatic intINT_LESS_THAN_EQUAL_TOstatic intINT_LIKEstatic intINT_NOT_EQUAL_TOstatic intINT_NULL_CHECKstatic ComparisonOperatorType.EnumLESS_THANstatic ComparisonOperatorType.EnumLESS_THAN_EQUAL_TOstatic ComparisonOperatorType.EnumLIKEstatic ComparisonOperatorType.EnumNOT_EQUAL_TOstatic ComparisonOperatorType.EnumNULL_CHECKstatic org.apache.xmlbeans.SchemaTypetype
-
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
-
LESS_THAN
static final ComparisonOperatorType.Enum LESS_THAN
-
GREATER_THAN
static final ComparisonOperatorType.Enum GREATER_THAN
-
LESS_THAN_EQUAL_TO
static final ComparisonOperatorType.Enum LESS_THAN_EQUAL_TO
-
GREATER_THAN_EQUAL_TO
static final ComparisonOperatorType.Enum GREATER_THAN_EQUAL_TO
-
EQUAL_TO
static final ComparisonOperatorType.Enum EQUAL_TO
-
NOT_EQUAL_TO
static final ComparisonOperatorType.Enum NOT_EQUAL_TO
-
LIKE
static final ComparisonOperatorType.Enum LIKE
-
BETWEEN
static final ComparisonOperatorType.Enum BETWEEN
-
NULL_CHECK
static final ComparisonOperatorType.Enum NULL_CHECK
-
INT_LESS_THAN
static final int INT_LESS_THAN
- See Also:
- Constant Field Values
-
INT_GREATER_THAN
static final int INT_GREATER_THAN
- See Also:
- Constant Field Values
-
INT_LESS_THAN_EQUAL_TO
static final int INT_LESS_THAN_EQUAL_TO
- See Also:
- Constant Field Values
-
INT_GREATER_THAN_EQUAL_TO
static final int INT_GREATER_THAN_EQUAL_TO
- See Also:
- Constant Field Values
-
INT_EQUAL_TO
static final int INT_EQUAL_TO
- See Also:
- Constant Field Values
-
INT_NOT_EQUAL_TO
static final int INT_NOT_EQUAL_TO
- See Also:
- Constant Field Values
-
INT_LIKE
static final int INT_LIKE
- See Also:
- Constant Field Values
-
INT_BETWEEN
static final int INT_BETWEEN
- See Also:
- Constant Field Values
-
INT_NULL_CHECK
static final int INT_NULL_CHECK
- See Also:
- Constant Field Values
-
-