|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ContainerFormats.PatternType>
akka.remote.ContainerFormats.PatternType
public static enum ContainerFormats.PatternType
Protobuf enum PatternType
| Enum Constant Summary | |
|---|---|
CHILD_NAME
CHILD_NAME = 1; |
|
CHILD_PATTERN
CHILD_PATTERN = 2; |
|
PARENT
PARENT = 0; |
|
| Field Summary | |
|---|---|
static int |
CHILD_NAME_VALUE
CHILD_NAME = 1; |
static int |
CHILD_PATTERN_VALUE
CHILD_PATTERN = 2; |
static int |
PARENT_VALUE
PARENT = 0; |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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;
| Field Detail |
|---|
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;
| Method Detail |
|---|
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 name
java.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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||