|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.DataModel.NCIHistory.types.ChangeType
public class ChangeType
Atomic modification actions. To be populated from a combination of Concordia, SNOMED-CT list and NCI's action list.
Field Summary | |
---|---|
static ChangeType |
CREATE
The instance of the create type |
static int |
CREATE_TYPE
The create type |
static ChangeType |
MERGE
The instance of the merge type |
static int |
MERGE_TYPE
The merge type |
static ChangeType |
MODIFY
The instance of the modify type |
static int |
MODIFY_TYPE
The modify type |
static ChangeType |
RETIRE
The instance of the retire type |
static int |
RETIRE_TYPE
The retire type |
static ChangeType |
SPLIT
The instance of the split type |
static int |
SPLIT_TYPE
The split type |
Method Summary | |
---|---|
static java.util.Enumeration<java.lang.Object> |
enumerate()
Method enumerate.Returns an enumeration of all possible instances of ChangeType |
int |
getType()
Method getType.Returns the type of this ChangeType |
java.lang.String |
toString()
Method toString.Returns the String representation of this ChangeType |
static ChangeType |
valueOf(java.lang.String string)
Method valueOf.Returns a new ChangeType 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 |
---|
public static final int CREATE_TYPE
public static final ChangeType CREATE
public static final int RETIRE_TYPE
public static final ChangeType RETIRE
public static final int MERGE_TYPE
public static final ChangeType MERGE
public static final int SPLIT_TYPE
public static final ChangeType SPLIT
public static final int MODIFY_TYPE
public static final ChangeType MODIFY
Method Detail |
---|
public static java.util.Enumeration<java.lang.Object> enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static ChangeType valueOf(java.lang.String string)
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. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |