|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TestConductorProtocol.Direction>
akka.remote.testconductor.TestConductorProtocol.Direction
public static enum TestConductorProtocol.Direction
Protobuf enum Direction
Enum Constant Summary | |
---|---|
Both
Both = 3; |
|
Receive
Receive = 2; |
|
Send
Send = 1; |
Field Summary | |
---|---|
static int |
Both_VALUE
Both = 3; |
static int |
Receive_VALUE
Receive = 2; |
static int |
Send_VALUE
Send = 1; |
Method Summary | |
---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor()
|
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType()
|
int |
getNumber()
|
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor()
|
static |
internalGetValueMap()
|
static TestConductorProtocol.Direction |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
|
static TestConductorProtocol.Direction |
valueOf(int value)
|
static TestConductorProtocol.Direction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TestConductorProtocol.Direction[] |
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 TestConductorProtocol.Direction Send
Send = 1;
public static final TestConductorProtocol.Direction Receive
Receive = 2;
public static final TestConductorProtocol.Direction Both
Both = 3;
Field Detail |
---|
public static final int Send_VALUE
Send = 1;
public static final int Receive_VALUE
Receive = 2;
public static final int Both_VALUE
Both = 3;
Method Detail |
---|
public static TestConductorProtocol.Direction[] values()
for (TestConductorProtocol.Direction c : TestConductorProtocol.Direction.values()) System.out.println(c);
public static TestConductorProtocol.Direction 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()
public static TestConductorProtocol.Direction valueOf(int value)
public staticinternalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static TestConductorProtocol.Direction 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 |