Enum Class AggregationType

java.lang.Object
java.lang.Enum<AggregationType>
net.opengis.www.gml.v3_2.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
  • Enum Constant Details

    • AGGREGATION_TYPE_UNSPECIFIED

      public static final AggregationType AGGREGATION_TYPE_UNSPECIFIED
       Default
       
      AGGREGATION_TYPE_UNSPECIFIED = 0;
    • AGGREGATION_TYPE_SET

      public static final AggregationType AGGREGATION_TYPE_SET
       [gml/gmlBase-extract-v3_2_1.xsd at 145:30]
       
      AGGREGATION_TYPE_SET = 1;
    • AGGREGATION_TYPE_BAG

      public static final AggregationType AGGREGATION_TYPE_BAG
       [gml/gmlBase-extract-v3_2_1.xsd at 146:30]
       
      AGGREGATION_TYPE_BAG = 2;
    • AGGREGATION_TYPE_SEQUENCE

      public static final AggregationType AGGREGATION_TYPE_SEQUENCE
       [gml/gmlBase-extract-v3_2_1.xsd at 147:35]
       
      AGGREGATION_TYPE_SEQUENCE = 3;
    • AGGREGATION_TYPE_ARRAY

      public static final AggregationType AGGREGATION_TYPE_ARRAY
       [gml/gmlBase-extract-v3_2_1.xsd at 148:32]
       
      AGGREGATION_TYPE_ARRAY = 4;
    • AGGREGATION_TYPE_RECORD

      public static final AggregationType AGGREGATION_TYPE_RECORD
       [gml/gmlBase-extract-v3_2_1.xsd at 149:33]
       
      AGGREGATION_TYPE_RECORD = 5;
    • AGGREGATION_TYPE_TABLE

      public static final AggregationType AGGREGATION_TYPE_TABLE
       [gml/gmlBase-extract-v3_2_1.xsd at 150:32]
       
      AGGREGATION_TYPE_TABLE = 6;
    • UNRECOGNIZED

      public static final AggregationType UNRECOGNIZED
  • Field Details

    • AGGREGATION_TYPE_UNSPECIFIED_VALUE

      public static final int AGGREGATION_TYPE_UNSPECIFIED_VALUE
       Default
       
      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

      public static AggregationType[] 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 AggregationType 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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static AggregationType 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 name
      NullPointerException - if the argument is null
    • forNumber

      public static AggregationType forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<AggregationType> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static AggregationType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      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 name
      NullPointerException - if the argument is null