org.xmlecho.palomar
Class Types

java.lang.Object
  extended byorg.xmlecho.palomar.Types

public class Types
extends java.lang.Object


Constructor Summary
Types()
           
 
Method Summary
static int getTypeCode(java.lang.String name)
           
static java.lang.String getTypeName(int code)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Types

public Types()
Method Detail

getTypeName

public static final java.lang.String getTypeName(int code)
Returns:
type name for the given type code.

getTypeCode

public static final int getTypeCode(java.lang.String name)