public static enum ContainerFormats.PatternType extends java.lang.Enum<ContainerFormats.PatternType> implements com.google.protobuf.ProtocolMessageEnum
PatternType| Enum Constant and Description |
|---|
CHILD_NAME
CHILD_NAME = 1; |
CHILD_PATTERN
CHILD_PATTERN = 2; |
PARENT
PARENT = 0; |
| Modifier and Type | Field and Description |
|---|---|
static int |
CHILD_NAME_VALUE
CHILD_NAME = 1; |
static int |
CHILD_PATTERN_VALUE
CHILD_PATTERN = 2; |
static int |
PARENT_VALUE
PARENT = 0; |
| 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<ContainerFormats.PatternType> |
internalGetValueMap() |
static ContainerFormats.PatternType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ContainerFormats.PatternType |
valueOf(int value) |
static ContainerFormats.PatternType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContainerFormats.PatternType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContainerFormats.PatternType PARENT
PARENT = 0;public static final ContainerFormats.PatternType CHILD_NAME
CHILD_NAME = 1;public static final ContainerFormats.PatternType CHILD_PATTERN
CHILD_PATTERN = 2;public static final int PARENT_VALUE
PARENT = 0;public static final int CHILD_NAME_VALUE
CHILD_NAME = 1;public static final int CHILD_PATTERN_VALUE
CHILD_PATTERN = 2;public static ContainerFormats.PatternType[] values()
for (ContainerFormats.PatternType c : ContainerFormats.PatternType.values()) System.out.println(c);
public static ContainerFormats.PatternType 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.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static ContainerFormats.PatternType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<ContainerFormats.PatternType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ContainerFormats.PatternType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)