Package net.opengis.www.gml.v3_2
Enum Class GeometryArrayPropertyType.SequenceWrapper_GeometryArrayPropertyType.AbstractGeometryTypeCase
java.lang.Object
java.lang.Enum<GeometryArrayPropertyType.SequenceWrapper_GeometryArrayPropertyType.AbstractGeometryTypeCase>
net.opengis.www.gml.v3_2.GeometryArrayPropertyType.SequenceWrapper_GeometryArrayPropertyType.AbstractGeometryTypeCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<GeometryArrayPropertyType.SequenceWrapper_GeometryArrayPropertyType.AbstractGeometryTypeCase>,Constable
- Enclosing class:
GeometryArrayPropertyType.SequenceWrapper_GeometryArrayPropertyType
public static enum GeometryArrayPropertyType.SequenceWrapper_GeometryArrayPropertyType.AbstractGeometryTypeCase
extends Enum<GeometryArrayPropertyType.SequenceWrapper_GeometryArrayPropertyType.AbstractGeometryTypeCase>
implements com.google.protobuf.Internal.EnumLite
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) intvalueOf(int value) Deprecated.Returns the enum constant of this class with the specified name.static GeometryArrayPropertyType.SequenceWrapper_GeometryArrayPropertyType.AbstractGeometryTypeCase[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
POINT
public static final GeometryArrayPropertyType.SequenceWrapper_GeometryArrayPropertyType.AbstractGeometryTypeCase POINT -
LINE_STRING
public static final GeometryArrayPropertyType.SequenceWrapper_GeometryArrayPropertyType.AbstractGeometryTypeCase LINE_STRING -
POLYGON
public static final GeometryArrayPropertyType.SequenceWrapper_GeometryArrayPropertyType.AbstractGeometryTypeCase POLYGON -
ABSTRACTGEOMETRYTYPE_NOT_SET
public static final GeometryArrayPropertyType.SequenceWrapper_GeometryArrayPropertyType.AbstractGeometryTypeCase ABSTRACTGEOMETRYTYPE_NOT_SET
-
-
Method Details
-
values
public static GeometryArrayPropertyType.SequenceWrapper_GeometryArrayPropertyType.AbstractGeometryTypeCase[] values()Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
public static GeometryArrayPropertyType.SequenceWrapper_GeometryArrayPropertyType.AbstractGeometryTypeCase valueOf(String name) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
valueOf
@Deprecated public static GeometryArrayPropertyType.SequenceWrapper_GeometryArrayPropertyType.AbstractGeometryTypeCase valueOf(int value) Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static GeometryArrayPropertyType.SequenceWrapper_GeometryArrayPropertyType.AbstractGeometryTypeCase forNumber(int value) -
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-