Package net.opengis.sampling.x10
Class PositionMethodType.Enum
- java.lang.Object
-
- org.apache.xmlbeans.StringEnumAbstractBase
-
- net.opengis.sampling.x10.PositionMethodType.Enum
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- PositionMethodType
public static final class PositionMethodType.Enum extends org.apache.xmlbeans.StringEnumAbstractBaseEnumeration value class for net.opengis.sampling.x10.PositionMethodType. These enum values can be used as follows:enum.toString(); // returns the string value of the enum enum.intValue(); // returns an int value, useful for switches // e.g., case Enum.INT_UNKNOWN Enum.forString(s); // returns the enum value for a string Enum.forInt(i); // returns the enum value for an int
Enumeration objects are immutable singleton objects that can be compared using == object equality. They have no public constructor. See the constants defined within this class for all the valid values.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static intINT_ASTRONOMICAL(package private) static intINT_AVERAGED_GPS(package private) static intINT_COMPANY_SUPPLIED_LOCATION_METHOD_UNKOWN(package private) static intINT_DIFFERENTIAL_GPS(package private) static intINT_DIFFERENTIAL_GPS_SURVEY_QUALITY(package private) static intINT_GPS(package private) static intINT_GPS_2(package private) static intINT_GPS_3(package private) static intINT_GPS_4(package private) static intINT_NON_STANDARD_GEOLOGICAL_MAP(package private) static intINT_NON_STANDARD_TOPOGRAPHIC_MAP(package private) static intINT_ORTHOPHOTO(package private) static intINT_PUBLISHED_REPORT(package private) static intINT_STATE_NT_SUPPLIED_LOCATION_METHOD_UNKOWN(package private) static intINT_SURVEYED_FROM_GROUND_CONTROL(package private) static intINT_UNKNOWN(package private) static intINT_UNPUBLISHED_REPORT(package private) static intINT_X_1_M_GEOLOGICAL_MAP(package private) static intINT_X_1_M_TOPO_MAP(package private) static intINT_X_100_K_GEOLOGICAL_MAP(package private) static intINT_X_100_K_TOPO_MAP(package private) static intINT_X_25_K_GEOLOGICAL_MAP(package private) static intINT_X_25_K_ORTHOPHOTO(package private) static intINT_X_25_K_TOPO_MAP(package private) static intINT_X_250_K_GEOLOGICAL_MAP(package private) static intINT_X_250_K_TOPO_MAP(package private) static intINT_X_50_K_GEOLOGICAL_MAP(package private) static intINT_X_50_K_TOPO_MAP(package private) static intINT_X_500_K_GEOLOGICAL_MAP(package private) static intINT_X_500_K_TOPO_MAPstatic org.apache.xmlbeans.StringEnumAbstractBase.Tabletable
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PositionMethodType.EnumforInt(int i)Returns the enum value corresponding to an int, or null if none.static PositionMethodType.EnumforString(String s)Returns the enum value for a string, or null if none.
-
-
-
Field Detail
-
INT_UNKNOWN
static final int INT_UNKNOWN
- See Also:
- Constant Field Values
-
INT_GPS
static final int INT_GPS
- See Also:
- Constant Field Values
-
INT_GPS_2
static final int INT_GPS_2
- See Also:
- Constant Field Values
-
INT_GPS_3
static final int INT_GPS_3
- See Also:
- Constant Field Values
-
INT_GPS_4
static final int INT_GPS_4
- See Also:
- Constant Field Values
-
INT_ASTRONOMICAL
static final int INT_ASTRONOMICAL
- See Also:
- Constant Field Values
-
INT_SURVEYED_FROM_GROUND_CONTROL
static final int INT_SURVEYED_FROM_GROUND_CONTROL
- See Also:
- Constant Field Values
-
INT_PUBLISHED_REPORT
static final int INT_PUBLISHED_REPORT
- See Also:
- Constant Field Values
-
INT_UNPUBLISHED_REPORT
static final int INT_UNPUBLISHED_REPORT
- See Also:
- Constant Field Values
-
INT_NON_STANDARD_TOPOGRAPHIC_MAP
static final int INT_NON_STANDARD_TOPOGRAPHIC_MAP
- See Also:
- Constant Field Values
-
INT_X_25_K_TOPO_MAP
static final int INT_X_25_K_TOPO_MAP
- See Also:
- Constant Field Values
-
INT_X_50_K_TOPO_MAP
static final int INT_X_50_K_TOPO_MAP
- See Also:
- Constant Field Values
-
INT_X_100_K_TOPO_MAP
static final int INT_X_100_K_TOPO_MAP
- See Also:
- Constant Field Values
-
INT_X_250_K_TOPO_MAP
static final int INT_X_250_K_TOPO_MAP
- See Also:
- Constant Field Values
-
INT_X_500_K_TOPO_MAP
static final int INT_X_500_K_TOPO_MAP
- See Also:
- Constant Field Values
-
INT_X_1_M_TOPO_MAP
static final int INT_X_1_M_TOPO_MAP
- See Also:
- Constant Field Values
-
INT_NON_STANDARD_GEOLOGICAL_MAP
static final int INT_NON_STANDARD_GEOLOGICAL_MAP
- See Also:
- Constant Field Values
-
INT_X_25_K_GEOLOGICAL_MAP
static final int INT_X_25_K_GEOLOGICAL_MAP
- See Also:
- Constant Field Values
-
INT_X_50_K_GEOLOGICAL_MAP
static final int INT_X_50_K_GEOLOGICAL_MAP
- See Also:
- Constant Field Values
-
INT_X_100_K_GEOLOGICAL_MAP
static final int INT_X_100_K_GEOLOGICAL_MAP
- See Also:
- Constant Field Values
-
INT_X_250_K_GEOLOGICAL_MAP
static final int INT_X_250_K_GEOLOGICAL_MAP
- See Also:
- Constant Field Values
-
INT_X_500_K_GEOLOGICAL_MAP
static final int INT_X_500_K_GEOLOGICAL_MAP
- See Also:
- Constant Field Values
-
INT_X_1_M_GEOLOGICAL_MAP
static final int INT_X_1_M_GEOLOGICAL_MAP
- See Also:
- Constant Field Values
-
INT_DIFFERENTIAL_GPS_SURVEY_QUALITY
static final int INT_DIFFERENTIAL_GPS_SURVEY_QUALITY
- See Also:
- Constant Field Values
-
INT_DIFFERENTIAL_GPS
static final int INT_DIFFERENTIAL_GPS
- See Also:
- Constant Field Values
-
INT_AVERAGED_GPS
static final int INT_AVERAGED_GPS
- See Also:
- Constant Field Values
-
INT_ORTHOPHOTO
static final int INT_ORTHOPHOTO
- See Also:
- Constant Field Values
-
INT_X_25_K_ORTHOPHOTO
static final int INT_X_25_K_ORTHOPHOTO
- See Also:
- Constant Field Values
-
INT_COMPANY_SUPPLIED_LOCATION_METHOD_UNKOWN
static final int INT_COMPANY_SUPPLIED_LOCATION_METHOD_UNKOWN
- See Also:
- Constant Field Values
-
INT_STATE_NT_SUPPLIED_LOCATION_METHOD_UNKOWN
static final int INT_STATE_NT_SUPPLIED_LOCATION_METHOD_UNKOWN
- See Also:
- Constant Field Values
-
table
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table
-
-
Method Detail
-
forString
public static PositionMethodType.Enum forString(String s)
Returns the enum value for a string, or null if none.
-
forInt
public static PositionMethodType.Enum forInt(int i)
Returns the enum value corresponding to an int, or null if none.
-
-