Package ucar.nc2.ft.point.bufr
Enum BufrCdmIndexProto.FldAction
- java.lang.Object
-
- java.lang.Enum<BufrCdmIndexProto.FldAction>
-
- ucar.nc2.ft.point.bufr.BufrCdmIndexProto.FldAction
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<BufrCdmIndexProto.FldAction>
- Enclosing class:
- BufrCdmIndexProto
public static enum BufrCdmIndexProto.FldAction extends Enum<BufrCdmIndexProto.FldAction> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumFldAction
-
-
Field Summary
Fields Modifier and Type Field Description static int
asArray_VALUE
asArray = 4;
static int
asMissing_VALUE
asMissing = 3;
static int
concat_VALUE
concat = 5;
static int
defa_VALUE
defa = 0;
static int
none_VALUE
none = 1;
static int
remove_VALUE
remove = 2;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static BufrCdmIndexProto.FldAction
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<BufrCdmIndexProto.FldAction>
internalGetValueMap()
static BufrCdmIndexProto.FldAction
valueOf(int value)
Deprecated.static BufrCdmIndexProto.FldAction
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static BufrCdmIndexProto.FldAction
valueOf(String name)
Returns the enum constant of this type with the specified name.static BufrCdmIndexProto.FldAction[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
defa
public static final BufrCdmIndexProto.FldAction defa
defa = 0;
-
none
public static final BufrCdmIndexProto.FldAction none
none = 1;
-
remove
public static final BufrCdmIndexProto.FldAction remove
remove = 2;
-
asMissing
public static final BufrCdmIndexProto.FldAction asMissing
asMissing = 3;
-
asArray
public static final BufrCdmIndexProto.FldAction asArray
asArray = 4;
-
concat
public static final BufrCdmIndexProto.FldAction concat
concat = 5;
-
UNRECOGNIZED
public static final BufrCdmIndexProto.FldAction UNRECOGNIZED
-
-
Field Detail
-
defa_VALUE
public static final int defa_VALUE
defa = 0;
- See Also:
- Constant Field Values
-
none_VALUE
public static final int none_VALUE
none = 1;
- See Also:
- Constant Field Values
-
remove_VALUE
public static final int remove_VALUE
remove = 2;
- See Also:
- Constant Field Values
-
asMissing_VALUE
public static final int asMissing_VALUE
asMissing = 3;
- See Also:
- Constant Field Values
-
asArray_VALUE
public static final int asArray_VALUE
asArray = 4;
- See Also:
- Constant Field Values
-
concat_VALUE
public static final int concat_VALUE
concat = 5;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static BufrCdmIndexProto.FldAction[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (BufrCdmIndexProto.FldAction c : BufrCdmIndexProto.FldAction.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static BufrCdmIndexProto.FldAction valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static BufrCdmIndexProto.FldAction valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static BufrCdmIndexProto.FldAction 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<BufrCdmIndexProto.FldAction> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static BufrCdmIndexProto.FldAction valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
-