public enum TrackedObjectState extends java.lang.Enum<TrackedObjectState>
{A5EE031D-ABA8-4A7F-887A-9A1F12E7CC6C}| Modifier and Type | Method and Description |
|---|---|
static TrackedObjectState |
fromValue(long v) |
static TrackedObjectState |
fromValue(java.lang.String v) |
int |
value() |
static TrackedObjectState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TrackedObjectState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrackedObjectState None
public static final TrackedObjectState Alive
public static final TrackedObjectState Deleted
public static final TrackedObjectState Invalid
public static TrackedObjectState[] values()
for (TrackedObjectState c : TrackedObjectState.values()) System.out.println(c);
public static TrackedObjectState 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 int value()
public static TrackedObjectState fromValue(long v)
public static TrackedObjectState fromValue(java.lang.String v)