org.mobicents.slee.example.sip11.fork
Enum SimpleSip11ForkTestSbb.ServiceState

java.lang.Object
  extended by java.lang.Enum<SimpleSip11ForkTestSbb.ServiceState>
      extended by org.mobicents.slee.example.sip11.fork.SimpleSip11ForkTestSbb.ServiceState
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<SimpleSip11ForkTestSbb.ServiceState>
Enclosing class:
SimpleSip11ForkTestSbb

public static enum SimpleSip11ForkTestSbb.ServiceState
extends java.lang.Enum<SimpleSip11ForkTestSbb.ServiceState>


Enum Constant Summary
BYE_TIMER
           
INVITE_TIMER
           
RECEIVED_MSG
           
SENT_ACK
           
SENT_BYE
           
SENT_INVITE
           
 
Method Summary
static SimpleSip11ForkTestSbb.ServiceState valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SimpleSip11ForkTestSbb.ServiceState[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

RECEIVED_MSG

public static final SimpleSip11ForkTestSbb.ServiceState RECEIVED_MSG

INVITE_TIMER

public static final SimpleSip11ForkTestSbb.ServiceState INVITE_TIMER

SENT_INVITE

public static final SimpleSip11ForkTestSbb.ServiceState SENT_INVITE

SENT_ACK

public static final SimpleSip11ForkTestSbb.ServiceState SENT_ACK

BYE_TIMER

public static final SimpleSip11ForkTestSbb.ServiceState BYE_TIMER

SENT_BYE

public static final SimpleSip11ForkTestSbb.ServiceState SENT_BYE
Method Detail

values

public static final SimpleSip11ForkTestSbb.ServiceState[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(SimpleSip11ForkTestSbb.ServiceState c : SimpleSip11ForkTestSbb.ServiceState.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static SimpleSip11ForkTestSbb.ServiceState valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name


Copyright © 2008. All Rights Reserved.