public enum EClanRelationship extends java.lang.Enum<EClanRelationship>
| Enum Constant and Description |
|---|
Blocked |
Invited |
KickAcknowledged |
Kicked |
Member |
None |
PendingApproval |
RequestDenied |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static EClanRelationship |
from(int code) |
static EClanRelationship |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EClanRelationship[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EClanRelationship None
public static final EClanRelationship Blocked
public static final EClanRelationship Invited
public static final EClanRelationship Member
public static final EClanRelationship Kicked
public static final EClanRelationship KickAcknowledged
public static final EClanRelationship PendingApproval
public static final EClanRelationship RequestDenied
public static EClanRelationship[] values()
for (EClanRelationship c : EClanRelationship.values()) System.out.println(c);
public static EClanRelationship 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 code()
public static EClanRelationship from(int code)