public static enum RemoteObject.ObjectStatus extends Enum<RemoteObject.ObjectStatus>
| Enum Constant and Description |
|---|
CREATED |
NOT_COMMITED |
ROLLBACK |
| Modifier and Type | Method and Description |
|---|---|
static RemoteObject.ObjectStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteObject.ObjectStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteObject.ObjectStatus NOT_COMMITED
public static final RemoteObject.ObjectStatus ROLLBACK
public static final RemoteObject.ObjectStatus CREATED
public static RemoteObject.ObjectStatus[] values()
for (RemoteObject.ObjectStatus c : RemoteObject.ObjectStatus.values()) System.out.println(c);
public static RemoteObject.ObjectStatus 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 nullCopyright © 2015 Kurento. All rights reserved.