org.jdiameter.common.api.app.rf
Enum ClientRfSessionState

java.lang.Object
  extended by java.lang.Enum<ClientRfSessionState>
      extended by org.jdiameter.common.api.app.rf.ClientRfSessionState
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ClientRfSessionState>, IAppSessionState<ClientRfSessionState>

public enum ClientRfSessionState
extends java.lang.Enum<ClientRfSessionState>
implements IAppSessionState<ClientRfSessionState>

Author:
erick.svenson@yahoo.com, Alexandre Mendonca , Bartosz Baranowski

Enum Constant Summary
IDLE
           
OPEN
           
PENDING_BUFFERED
           
PENDING_CLOSE
           
PENDING_EVENT
           
PENDING_INTERIM
           
PENDING_START
           
 
Method Summary
 ClientRfSessionState fromInt(int val)
           
 int getValue()
           
static ClientRfSessionState valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ClientRfSessionState[] 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

IDLE

public static final ClientRfSessionState IDLE

OPEN

public static final ClientRfSessionState OPEN

PENDING_EVENT

public static final ClientRfSessionState PENDING_EVENT

PENDING_START

public static final ClientRfSessionState PENDING_START

PENDING_INTERIM

public static final ClientRfSessionState PENDING_INTERIM

PENDING_CLOSE

public static final ClientRfSessionState PENDING_CLOSE

PENDING_BUFFERED

public static final ClientRfSessionState PENDING_BUFFERED
Method Detail

values

public static ClientRfSessionState[] 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 (ClientRfSessionState c : ClientRfSessionState.values())
    System.out.println(c);

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

valueOf

public static ClientRfSessionState 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

getValue

public final int getValue()
Specified by:
getValue in interface IAppSessionState<ClientRfSessionState>

fromInt

public final ClientRfSessionState fromInt(int val)
                                   throws java.lang.IllegalArgumentException
Specified by:
fromInt in interface IAppSessionState<ClientRfSessionState>
Throws:
java.lang.IllegalArgumentException


Copyright © 2014. All Rights Reserved.