public static enum Message.Node.NodeStatus extends Enum<Message.Node.NodeStatus> implements com.google.protobuf.ProtocolMessageEnum
message.Node.NodeStatus| Enum Constant and Description |
|---|
BRANCH
BRANCH = 2; |
FAILED
FAILED = 1; |
MERGING
MERGING = 7; |
SKIPPED
SKIPPED = 6; |
SOLVED
SOLVED = 0; |
STOP
STOP = 4; |
UNDETERMINED
UNDETERMINED = 3; |
UNSTOP
UNSTOP = 5; |
| Modifier and Type | Field and Description |
|---|---|
static int |
BRANCH_VALUE
BRANCH = 2; |
static int |
FAILED_VALUE
FAILED = 1; |
static int |
MERGING_VALUE
MERGING = 7; |
static int |
SKIPPED_VALUE
SKIPPED = 6; |
static int |
SOLVED_VALUE
SOLVED = 0; |
static int |
STOP_VALUE
STOP = 4; |
static int |
UNDETERMINED_VALUE
UNDETERMINED = 3; |
static int |
UNSTOP_VALUE
UNSTOP = 5; |
| 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<Message.Node.NodeStatus> |
internalGetValueMap() |
static Message.Node.NodeStatus |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Message.Node.NodeStatus |
valueOf(int value) |
static Message.Node.NodeStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message.Node.NodeStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Message.Node.NodeStatus SOLVED
SOLVED = 0;
/< Node representing a solution
public static final Message.Node.NodeStatus FAILED
FAILED = 1;
/< Node representing failure
public static final Message.Node.NodeStatus BRANCH
BRANCH = 2;
/< Node representing a branch
public static final Message.Node.NodeStatus UNDETERMINED
UNDETERMINED = 3;
/< Node that has not been explored yet
public static final Message.Node.NodeStatus STOP
STOP = 4;
/< Node representing stop point
public static final Message.Node.NodeStatus UNSTOP
UNSTOP = 5;
/< Node representing ignored stop point
public static final Message.Node.NodeStatus SKIPPED
SKIPPED = 6;
/< Skipped by backjumping
public static final Message.Node.NodeStatus MERGING
MERGING = 7;public static final int SOLVED_VALUE
SOLVED = 0;
/< Node representing a solution
public static final int FAILED_VALUE
FAILED = 1;
/< Node representing failure
public static final int BRANCH_VALUE
BRANCH = 2;
/< Node representing a branch
public static final int UNDETERMINED_VALUE
UNDETERMINED = 3;
/< Node that has not been explored yet
public static final int STOP_VALUE
STOP = 4;
/< Node representing stop point
public static final int UNSTOP_VALUE
UNSTOP = 5;
/< Node representing ignored stop point
public static final int SKIPPED_VALUE
SKIPPED = 6;
/< Skipped by backjumping
public static final int MERGING_VALUE
MERGING = 7;public static Message.Node.NodeStatus[] values()
for (Message.Node.NodeStatus c : Message.Node.NodeStatus.values()) System.out.println(c);
public static Message.Node.NodeStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static Message.Node.NodeStatus valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Message.Node.NodeStatus> 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 Message.Node.NodeStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2016. All rights reserved.