org.LexGrid.LexBIG.DataModel.Core.types
Class CodingSchemeVersionStatus

java.lang.Object
  extended by org.LexGrid.LexBIG.DataModel.Core.types.CodingSchemeVersionStatus
All Implemented Interfaces:
java.io.Serializable

public class CodingSchemeVersionStatus
extends java.lang.Object
implements java.io.Serializable

This class provides a series of set values for the version status of a given coding scheme.

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

Field Summary
static CodingSchemeVersionStatus ACTIVE
          The instance of the active type
static int ACTIVE_TYPE
          The active type
static CodingSchemeVersionStatus INACTIVE
          The instance of the inactive type
static int INACTIVE_TYPE
          The inactive type
static CodingSchemeVersionStatus PENDING
          The instance of the pending type
static int PENDING_TYPE
          The pending type
 
Method Summary
static java.util.Enumeration<java.lang.Object> enumerate()
          Method enumerate.Returns an enumeration of all possible instances of CodingSchemeVersionStatus
 int getType()
          Method getType.Returns the type of this CodingSchemeVersionStatus
 java.lang.String toString()
          Method toString.Returns the String representation of this CodingSchemeVersionStatus
static CodingSchemeVersionStatus valueOf(java.lang.String string)
          Method valueOf.Returns a new CodingSchemeVersionStatus 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

PENDING_TYPE

public static final int PENDING_TYPE
The pending type

See Also:
Constant Field Values

PENDING

public static final CodingSchemeVersionStatus PENDING
The instance of the pending type


ACTIVE_TYPE

public static final int ACTIVE_TYPE
The active type

See Also:
Constant Field Values

ACTIVE

public static final CodingSchemeVersionStatus ACTIVE
The instance of the active type


INACTIVE_TYPE

public static final int INACTIVE_TYPE
The inactive type

See Also:
Constant Field Values

INACTIVE

public static final CodingSchemeVersionStatus INACTIVE
The instance of the inactive type

Method Detail

enumerate

public static java.util.Enumeration<java.lang.Object> enumerate()
Method enumerate.Returns an enumeration of all possible instances of CodingSchemeVersionStatus

Returns:
an Enumeration over all possible instances of CodingSchemeVersionStatus

getType

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

Returns:
the type of this CodingSchemeVersionStatus

toString

public java.lang.String toString()
Method toString.Returns the String representation of this CodingSchemeVersionStatus

Overrides:
toString in class java.lang.Object
Returns:
the String representation of this CodingSchemeVersionStatus

valueOf

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

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

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.