TissueInfo API 20091124110011

edu.cornell.med.icb.allen.xml.types
Class AgeTypeType

java.lang.Object
  extended by edu.cornell.med.icb.allen.xml.types.AgeTypeType
All Implemented Interfaces:
Serializable

public class AgeTypeType
extends Object
implements Serializable

Class AgeTypeType.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Field Summary
static AgeTypeType INTEGER
          The instance of the integer type
static int INTEGER_TYPE
          The integer type
 
Method Summary
static Enumeration<Object> enumerate()
          Method enumerate.Returns an enumeration of all possible instances of AgeTypeType
 int getType()
          Method getType.Returns the type of this AgeTypeType
 String toString()
          Method toString.Returns the String representation of this AgeTypeType
static AgeTypeType valueOf(String string)
          Method valueOf.Returns a new AgeTypeType based on the given String value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INTEGER_TYPE

public static final int INTEGER_TYPE
The integer type

See Also:
Constant Field Values

INTEGER

public static final AgeTypeType INTEGER
The instance of the integer type

Method Detail

enumerate

public static Enumeration<Object> enumerate()
Method enumerate.Returns an enumeration of all possible instances of AgeTypeType

Returns:
an Enumeration over all possible instances of AgeTypeType

getType

public int getType()
Method getType.Returns the type of this AgeTypeType

Returns:
the type of this AgeTypeType

toString

public String toString()
Method toString.Returns the String representation of this AgeTypeType

Overrides:
toString in class Object
Returns:
the String representation of this AgeTypeType

valueOf

public static AgeTypeType valueOf(String string)
Method valueOf.Returns a new AgeTypeType based on the given String value.

Parameters:
string -
Returns:
the AgeTypeType value of parameter 'string'

TissueInfo API 20091124110011

Copyright © 2001-2009 Institute for Computational Biomedicine, All Rights Reserved.