public enum SFSBuddyEventParam extends java.lang.Enum<SFSBuddyEventParam> implements ISFSEventParam
Enum Constant and Description |
---|
BUDDY
A Buddy item in a Buddy List
|
BUDDY_BLOCK_STAUTS
The "blocked" status of a Buddy in a BuddyList
|
BUDDY_IS_ONLINE
The Online state of a Buddy in a BuddyList
|
BUDDY_LIST
A User's Buddy List
|
BUDDY_STATE
The custom state of a Buddy in a BuddyList
|
Modifier and Type | Method and Description |
---|---|
static SFSBuddyEventParam |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SFSBuddyEventParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SFSBuddyEventParam BUDDY
public static final SFSBuddyEventParam BUDDY_LIST
public static final SFSBuddyEventParam BUDDY_BLOCK_STAUTS
public static final SFSBuddyEventParam BUDDY_STATE
public static final SFSBuddyEventParam BUDDY_IS_ONLINE
public static SFSBuddyEventParam[] values()
for (SFSBuddyEventParam c : SFSBuddyEventParam.values()) System.out.println(c);
public static SFSBuddyEventParam 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 null