Enum metroIIcomm.Event.Status
- java.lang.Object
-
- java.lang.Enum<metroIIcomm.Event.Status>
-
- ptolemy.domains.metroII.kernel.util.ProtoBuf.metroIIcomm.Event.Status
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,java.io.Serializable
,java.lang.Comparable<metroIIcomm.Event.Status>
- Enclosing class:
- metroIIcomm.Event
public static enum metroIIcomm.Event.Status extends java.lang.Enum<metroIIcomm.Event.Status> implements com.google.protobuf.ProtocolMessageEnum
-
-
Field Summary
Fields Modifier and Type Field Description static int
DISABLED_VALUE
static int
INACTIVE_VALUE
static int
NOTIFIED_VALUE
static int
PROPOSED_VALUE
static int
WAITING_VALUE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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<metroIIcomm.Event.Status>
internalGetValueMap()
static metroIIcomm.Event.Status
valueOf(int value)
Returns the enum constant of this type with the specified name.static metroIIcomm.Event.Status
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static metroIIcomm.Event.Status
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static metroIIcomm.Event.Status[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
INACTIVE
public static final metroIIcomm.Event.Status INACTIVE
-
PROPOSED
public static final metroIIcomm.Event.Status PROPOSED
-
WAITING
public static final metroIIcomm.Event.Status WAITING
-
NOTIFIED
public static final metroIIcomm.Event.Status NOTIFIED
-
DISABLED
public static final metroIIcomm.Event.Status DISABLED
-
-
Field Detail
-
INACTIVE_VALUE
public static final int INACTIVE_VALUE
- See Also:
- Constant Field Values
-
PROPOSED_VALUE
public static final int PROPOSED_VALUE
- See Also:
- Constant Field Values
-
WAITING_VALUE
public static final int WAITING_VALUE
- See Also:
- Constant Field Values
-
NOTIFIED_VALUE
public static final int NOTIFIED_VALUE
- See Also:
- Constant Field Values
-
DISABLED_VALUE
public static final int DISABLED_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static metroIIcomm.Event.Status[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (metroIIcomm.Event.Status c : metroIIcomm.Event.Status.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static metroIIcomm.Event.Status valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
public static metroIIcomm.Event.Status valueOf(int value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<metroIIcomm.Event.Status> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static metroIIcomm.Event.Status valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
-