public enum MAPDialogueAS extends java.lang.Enum<MAPDialogueAS>
| Enum Constant and Description |
|---|
MAP_DialogueAS
Look at http://www.oid-info.com/get/0.4.0.0.1.1.1.1
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final MAPDialogueAS MAP_DialogueAS
public static MAPDialogueAS[] values()
for (MAPDialogueAS c : MAPDialogueAS.values()) System.out.println(c);
public static MAPDialogueAS valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic long[] getOID()
public int getDialogAS()
public static MAPDialogueAS getInstance(int dialogAS)
public static MAPDialogueAS getInstance(long[] oid)
public java.lang.String toString()
toString in class java.lang.Enum<MAPDialogueAS>Copyright © 2012. All Rights Reserved.