Package net.opengis.sampling.x10
Interface ElevationMethodType.Member
-
- All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlString,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ElevationMethodTypeImpl,ElevationMethodTypeImpl.MemberImpl
- Enclosing interface:
- ElevationMethodType
public static interface ElevationMethodType.Member extends org.apache.xmlbeans.XmlStringAn anonymous inner XML type. This is an atomic type that is a restriction of net.opengis.sampling.x10.ElevationMethodType$Member.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classElevationMethodType.Member.EnumEnumeration value class for net.opengis.sampling.x10.ElevationMethodType$Member.static classElevationMethodType.Member.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static ElevationMethodType.Member.EnumALTstatic ElevationMethodType.Member.EnumDRBstatic ElevationMethodType.Member.EnumFOSstatic ElevationMethodType.Member.EnumGPHstatic ElevationMethodType.Member.EnumGPSstatic intINT_ALTstatic intINT_DRBstatic intINT_FOSstatic intINT_GPHstatic intINT_GPSstatic intINT_MAPstatic intINT_MIBstatic intINT_PGEstatic intINT_PHGstatic intINT_SATstatic intINT_SONstatic intINT_SURstatic ElevationMethodType.Member.EnumMAPstatic ElevationMethodType.Member.EnumMIBstatic ElevationMethodType.Member.EnumPGEstatic ElevationMethodType.Member.EnumPHGstatic ElevationMethodType.Member.EnumSATstatic ElevationMethodType.Member.EnumSONstatic ElevationMethodType.Member.EnumSURstatic 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
-
MAP
static final ElevationMethodType.Member.Enum MAP
-
PGE
static final ElevationMethodType.Member.Enum PGE
-
MIB
static final ElevationMethodType.Member.Enum MIB
-
DRB
static final ElevationMethodType.Member.Enum DRB
-
PHG
static final ElevationMethodType.Member.Enum PHG
-
ALT
static final ElevationMethodType.Member.Enum ALT
-
SAT
static final ElevationMethodType.Member.Enum SAT
-
SON
static final ElevationMethodType.Member.Enum SON
-
GPH
static final ElevationMethodType.Member.Enum GPH
-
GPS
static final ElevationMethodType.Member.Enum GPS
-
SUR
static final ElevationMethodType.Member.Enum SUR
-
FOS
static final ElevationMethodType.Member.Enum FOS
-
INT_MAP
static final int INT_MAP
- See Also:
- Constant Field Values
-
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_PHG
static final int INT_PHG
- See Also:
- Constant Field Values
-
INT_ALT
static final int INT_ALT
- See Also:
- Constant Field Values
-
INT_SAT
static final int INT_SAT
- See Also:
- Constant Field Values
-
INT_SON
static final int INT_SON
- See Also:
- Constant Field Values
-
INT_GPH
static final int INT_GPH
- See Also:
- Constant Field Values
-
INT_GPS
static final int INT_GPS
- See Also:
- Constant Field Values
-
INT_SUR
static final int INT_SUR
- See Also:
- Constant Field Values
-
INT_FOS
static final int INT_FOS
- See Also:
- Constant Field Values
-
-