rcs.nml
Class NML_ENUM_INFO

java.lang.Object
  extended by rcs.nml.NML_ENUM_INFO

public class NML_ENUM_INFO
extends java.lang.Object

Information stored about an enumeration passed via NML.


Field Summary
 java.util.Hashtable int_to_string_hash
           
 java.lang.String name
           
 java.util.Hashtable string_to_int_hash
           
 
Constructor Summary
NML_ENUM_INFO()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

int_to_string_hash

public java.util.Hashtable int_to_string_hash

string_to_int_hash

public java.util.Hashtable string_to_int_hash
Constructor Detail

NML_ENUM_INFO

public NML_ENUM_INFO()