TissueInfo API 20091124110011

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

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

public class AvglevelTypeType
extends Object
implements Serializable

Class AvglevelTypeType.

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

Field Summary
static AvglevelTypeType FLOAT
          The instance of the float type
static int FLOAT_TYPE
          The float type
 
Method Summary
static Enumeration<Object> enumerate()
          Method enumerate.Returns an enumeration of all possible instances of AvglevelTypeType
 int getType()
          Method getType.Returns the type of this AvglevelTypeType
 String toString()
          Method toString.Returns the String representation of this AvglevelTypeType
static AvglevelTypeType valueOf(String string)
          Method valueOf.Returns a new AvglevelTypeType 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

FLOAT_TYPE

public static final int FLOAT_TYPE
The float type

See Also:
Constant Field Values

FLOAT

public static final AvglevelTypeType FLOAT
The instance of the float type

Method Detail

enumerate

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

Returns:
an Enumeration over all possible instances of AvglevelTypeType

getType

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

Returns:
the type of this AvglevelTypeType

toString

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

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

valueOf

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

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

TissueInfo API 20091124110011

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