public static enum VObject.UserBelongingClient extends Enum<VObject.UserBelongingClient>
Enum Constant and Description |
---|
BELONGING |
NOT_BELONGING |
PENDING |
Modifier and Type | Method and Description |
---|---|
static VObject.UserBelongingClient |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VObject.UserBelongingClient[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VObject.UserBelongingClient BELONGING
public static final VObject.UserBelongingClient NOT_BELONGING
public static final VObject.UserBelongingClient PENDING
public static VObject.UserBelongingClient[] values()
for (VObject.UserBelongingClient c : VObject.UserBelongingClient.values()) System.out.println(c);
public static VObject.UserBelongingClient 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 © 2014. All Rights Reserved.