org.mobicents.protocols.ss7.map.api
Enum MAPDialogueAS

java.lang.Object
  extended by java.lang.Enum<MAPDialogueAS>
      extended by org.mobicents.protocols.ss7.map.api.MAPDialogueAS
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<MAPDialogueAS>

public enum MAPDialogueAS
extends java.lang.Enum<MAPDialogueAS>

Author:
amit bhayani

Enum Constant Summary
MAP_DialogueAS
          Look at http://www.oid-info.com/get/0.4.0.0.1.1.1.1
 
Method Summary
 int getDialogAS()
           
static MAPDialogueAS getInstance(int dialogAS)
           
static MAPDialogueAS getInstance(long[] oid)
           
 long[] getOID()
           
 java.lang.String toString()
           
static MAPDialogueAS valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MAPDialogueAS[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

MAP_DialogueAS

public static final MAPDialogueAS MAP_DialogueAS
Look at http://www.oid-info.com/get/0.4.0.0.1.1.1.1

Method Detail

values

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

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

valueOf

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

getOID

public long[] getOID()

getDialogAS

public int getDialogAS()

getInstance

public static MAPDialogueAS getInstance(int dialogAS)

getInstance

public static MAPDialogueAS getInstance(long[] oid)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<MAPDialogueAS>


Copyright © 2011. All Rights Reserved.