tigase.xmpp.impl.roster
Enum RosterAbstract.StateTransition

java.lang.Object
  extended by java.lang.Enum<RosterAbstract.StateTransition>
      extended by tigase.xmpp.impl.roster.RosterAbstract.StateTransition
All Implemented Interfaces:
Serializable, Comparable<RosterAbstract.StateTransition>
Enclosing class:
RosterAbstract

public static enum RosterAbstract.StateTransition
extends Enum<RosterAbstract.StateTransition>

Enum description


Enum Constant Summary
both
           
from
           
from_pending_out
           
none
           
none_pending_in
           
none_pending_out
           
none_pending_out_in
           
to
           
to_pending_in
           
 
Method Summary
 RosterAbstract.SubscriptionType getStateTransition(RosterAbstract.PresenceType pres_type)
          Method description
static RosterAbstract.StateTransition valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RosterAbstract.StateTransition[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

none

public static final RosterAbstract.StateTransition none

none_pending_out

public static final RosterAbstract.StateTransition none_pending_out

none_pending_in

public static final RosterAbstract.StateTransition none_pending_in

none_pending_out_in

public static final RosterAbstract.StateTransition none_pending_out_in

to

public static final RosterAbstract.StateTransition to

to_pending_in

public static final RosterAbstract.StateTransition to_pending_in

from

public static final RosterAbstract.StateTransition from

from_pending_out

public static final RosterAbstract.StateTransition from_pending_out

both

public static final RosterAbstract.StateTransition both
Method Detail

values

public static RosterAbstract.StateTransition[] 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.StateTransition c : RosterAbstract.StateTransition.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.StateTransition 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

getStateTransition

public RosterAbstract.SubscriptionType getStateTransition(RosterAbstract.PresenceType pres_type)
Method description

Parameters:
pres_type -
Returns:


Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.