Package net.opengis.sampling.x10
Interface DetailedElevationMethodType.Member
-
- All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlString,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DetailedElevationMethodTypeImpl,DetailedElevationMethodTypeImpl.MemberImpl
- Enclosing interface:
- DetailedElevationMethodType
public static interface DetailedElevationMethodType.Member extends org.apache.xmlbeans.XmlStringAn anonymous inner XML type. This is an atomic type that is a restriction of net.opengis.sampling.x10.DetailedElevationMethodType$Member.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDetailedElevationMethodType.Member.EnumEnumeration value class for net.opengis.sampling.x10.DetailedElevationMethodType$Member.static classDetailedElevationMethodType.Member.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static DetailedElevationMethodType.Member.EnumALTstatic DetailedElevationMethodType.Member.EnumDRBstatic DetailedElevationMethodType.Member.EnumESTstatic intINT_ALTstatic intINT_DRBstatic intINT_ESTstatic intINT_MIBstatic intINT_PGEstatic intINT_RULstatic DetailedElevationMethodType.Member.EnumMIBstatic DetailedElevationMethodType.Member.EnumPGEstatic DetailedElevationMethodType.Member.EnumRULstatic 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
-
PGE
static final DetailedElevationMethodType.Member.Enum PGE
-
MIB
static final DetailedElevationMethodType.Member.Enum MIB
-
DRB
static final DetailedElevationMethodType.Member.Enum DRB
-
RUL
static final DetailedElevationMethodType.Member.Enum RUL
-
ALT
static final DetailedElevationMethodType.Member.Enum ALT
-
EST
static final DetailedElevationMethodType.Member.Enum EST
-
INT_PGE
static final int INT_PGE
- See Also:
- Constant Field Values
-
INT_MIB
static final int INT_MIB
- See Also:
- Constant Field Values
-
INT_DRB
static final int INT_DRB
- See Also:
- Constant Field Values
-
INT_RUL
static final int INT_RUL
- See Also:
- Constant Field Values
-
INT_ALT
static final int INT_ALT
- See Also:
- Constant Field Values
-
INT_EST
static final int INT_EST
- See Also:
- Constant Field Values
-
-