Package net.opengis.www.gml.v3_2
Enum Class AggregationType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<AggregationType>,Constable
@Generated
public enum AggregationType
extends Enum<AggregationType>
implements com.google.protobuf.ProtocolMessageEnum
[gml/gmlBase-extract-v3_2_1.xsd at 143:50]Protobuf enum
net.opengis.www.gml.v3_2.AggregationType-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription[gml/gmlBase-extract-v3_2_1.xsd at 148:32][gml/gmlBase-extract-v3_2_1.xsd at 146:30][gml/gmlBase-extract-v3_2_1.xsd at 149:33][gml/gmlBase-extract-v3_2_1.xsd at 147:35][gml/gmlBase-extract-v3_2_1.xsd at 145:30][gml/gmlBase-extract-v3_2_1.xsd at 150:32]Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int[gml/gmlBase-extract-v3_2_1.xsd at 148:32]static final int[gml/gmlBase-extract-v3_2_1.xsd at 146:30]static final int[gml/gmlBase-extract-v3_2_1.xsd at 149:33]static final int[gml/gmlBase-extract-v3_2_1.xsd at 147:35]static final int[gml/gmlBase-extract-v3_2_1.xsd at 145:30]static final int[gml/gmlBase-extract-v3_2_1.xsd at 150:32]static final intDefault -
Method Summary
Modifier and TypeMethodDescriptionstatic AggregationTypeforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<AggregationType> static AggregationTypevalueOf(int value) Deprecated.static AggregationTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static AggregationTypeReturns the enum constant of this class with the specified name.static AggregationType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AGGREGATION_TYPE_UNSPECIFIED
Default
AGGREGATION_TYPE_UNSPECIFIED = 0; -
AGGREGATION_TYPE_SET
[gml/gmlBase-extract-v3_2_1.xsd at 145:30]
AGGREGATION_TYPE_SET = 1; -
AGGREGATION_TYPE_BAG
[gml/gmlBase-extract-v3_2_1.xsd at 146:30]
AGGREGATION_TYPE_BAG = 2; -
AGGREGATION_TYPE_SEQUENCE
[gml/gmlBase-extract-v3_2_1.xsd at 147:35]
AGGREGATION_TYPE_SEQUENCE = 3; -
AGGREGATION_TYPE_ARRAY
[gml/gmlBase-extract-v3_2_1.xsd at 148:32]
AGGREGATION_TYPE_ARRAY = 4; -
AGGREGATION_TYPE_RECORD
[gml/gmlBase-extract-v3_2_1.xsd at 149:33]
AGGREGATION_TYPE_RECORD = 5; -
AGGREGATION_TYPE_TABLE
[gml/gmlBase-extract-v3_2_1.xsd at 150:32]
AGGREGATION_TYPE_TABLE = 6; -
UNRECOGNIZED
-
-
Field Details
-
AGGREGATION_TYPE_UNSPECIFIED_VALUE
public static final int AGGREGATION_TYPE_UNSPECIFIED_VALUEDefault
AGGREGATION_TYPE_UNSPECIFIED = 0;- See Also:
-
AGGREGATION_TYPE_SET_VALUE
public static final int AGGREGATION_TYPE_SET_VALUE[gml/gmlBase-extract-v3_2_1.xsd at 145:30]
AGGREGATION_TYPE_SET = 1;- See Also:
-
AGGREGATION_TYPE_BAG_VALUE
public static final int AGGREGATION_TYPE_BAG_VALUE[gml/gmlBase-extract-v3_2_1.xsd at 146:30]
AGGREGATION_TYPE_BAG = 2;- See Also:
-
AGGREGATION_TYPE_SEQUENCE_VALUE
public static final int AGGREGATION_TYPE_SEQUENCE_VALUE[gml/gmlBase-extract-v3_2_1.xsd at 147:35]
AGGREGATION_TYPE_SEQUENCE = 3;- See Also:
-
AGGREGATION_TYPE_ARRAY_VALUE
public static final int AGGREGATION_TYPE_ARRAY_VALUE[gml/gmlBase-extract-v3_2_1.xsd at 148:32]
AGGREGATION_TYPE_ARRAY = 4;- See Also:
-
AGGREGATION_TYPE_RECORD_VALUE
public static final int AGGREGATION_TYPE_RECORD_VALUE[gml/gmlBase-extract-v3_2_1.xsd at 149:33]
AGGREGATION_TYPE_RECORD = 5;- See Also:
-
AGGREGATION_TYPE_TABLE_VALUE
public static final int AGGREGATION_TYPE_TABLE_VALUE[gml/gmlBase-extract-v3_2_1.xsd at 150:32]
AGGREGATION_TYPE_TABLE = 6;- See Also:
-
-
Method Details
-
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
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
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
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
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
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:
desc- 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
-