tigase.xmpp.impl.roster
Enum RosterAbstract.PresenceType
java.lang.Object
java.lang.Enum<RosterAbstract.PresenceType>
tigase.xmpp.impl.roster.RosterAbstract.PresenceType
- All Implemented Interfaces:
- Serializable, Comparable<RosterAbstract.PresenceType>
- Enclosing class:
- RosterAbstract
public static enum RosterAbstract.PresenceType
- extends Enum<RosterAbstract.PresenceType>
Enum description
out_initial
public static final RosterAbstract.PresenceType out_initial
out_subscribe
public static final RosterAbstract.PresenceType out_subscribe
out_unsubscribe
public static final RosterAbstract.PresenceType out_unsubscribe
out_subscribed
public static final RosterAbstract.PresenceType out_subscribed
out_unsubscribed
public static final RosterAbstract.PresenceType out_unsubscribed
in_initial
public static final RosterAbstract.PresenceType in_initial
in_subscribe
public static final RosterAbstract.PresenceType in_subscribe
in_unsubscribe
public static final RosterAbstract.PresenceType in_unsubscribe
in_subscribed
public static final RosterAbstract.PresenceType in_subscribed
in_unsubscribed
public static final RosterAbstract.PresenceType in_unsubscribed
in_probe
public static final RosterAbstract.PresenceType in_probe
error
public static final RosterAbstract.PresenceType error
values
public static RosterAbstract.PresenceType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (RosterAbstract.PresenceType c : RosterAbstract.PresenceType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static RosterAbstract.PresenceType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.