public static enum BufrCdmIndexProto.FldAction extends java.lang.Enum<BufrCdmIndexProto.FldAction> implements com.google.protobuf.ProtocolMessageEnum
bufrCdmIndex.FldAction
Enum Constant and Description |
---|
asArray
asArray = 4; |
asMissing
asMissing = 3; |
concat
concat = 5; |
none
none = 1; |
remove
remove = 2; |
Modifier and Type | Field and Description |
---|---|
static int |
asArray_VALUE
asArray = 4; |
static int |
asMissing_VALUE
asMissing = 3; |
static int |
concat_VALUE
concat = 5; |
static int |
none_VALUE
none = 1; |
static int |
remove_VALUE
remove = 2; |
Modifier and Type | Method and Description |
---|---|
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(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BufrCdmIndexProto.FldAction |
valueOf(int value) |
static BufrCdmIndexProto.FldAction |
valueOf(java.lang.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.
|
public static final BufrCdmIndexProto.FldAction none
none = 1;
public static final BufrCdmIndexProto.FldAction remove
remove = 2;
public static final BufrCdmIndexProto.FldAction asMissing
asMissing = 3;
public static final BufrCdmIndexProto.FldAction asArray
asArray = 4;
public static final BufrCdmIndexProto.FldAction concat
concat = 5;
public static final int none_VALUE
none = 1;
public static final int remove_VALUE
remove = 2;
public static final int asMissing_VALUE
asMissing = 3;
public static final int asArray_VALUE
asArray = 4;
public static final int concat_VALUE
concat = 5;
public static BufrCdmIndexProto.FldAction[] values()
for (BufrCdmIndexProto.FldAction c : BufrCdmIndexProto.FldAction.values()) System.out.println(c);
public static BufrCdmIndexProto.FldAction valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
public static BufrCdmIndexProto.FldAction valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<BufrCdmIndexProto.FldAction> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static BufrCdmIndexProto.FldAction valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)