org.mobicents.slee.example.sip11.fork
Enum SimpleSip11ForkTestSbb.ServiceState
java.lang.Object
java.lang.Enum<SimpleSip11ForkTestSbb.ServiceState>
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>
| 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 |
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
values
public static SimpleSip11ForkTestSbb.ServiceState[] 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 (SimpleSip11ForkTestSbb.ServiceState c : SimpleSip11ForkTestSbb.ServiceState.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are 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
java.lang.NullPointerException - if the argument is null
Copyright © 2009. All Rights Reserved.