org.LexGrid.LexBIG.gui.restrictions
Class CodeSystem
java.lang.Object
org.LexGrid.LexBIG.gui.restrictions.Restriction
org.LexGrid.LexBIG.gui.restrictions.CodeSystem
public class CodeSystem
- extends Restriction
Holder to store the Code System restrictions.
- Version:
- subversion $Revision: $ checked in on $Date: $
- Author:
- Dan Armbrust
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
codeSystem
public java.lang.String codeSystem
type
public int type
CODE_SYSTEM
public static final int CODE_SYSTEM
- See Also:
- Constant Field Values
SOURCE_CODE_SYSTEM
public static final int SOURCE_CODE_SYSTEM
- See Also:
- Constant Field Values
TARGET_CODE_SYSTEM
public static final int TARGET_CODE_SYSTEM
- See Also:
- Constant Field Values
CodeSystem
public CodeSystem(int type)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object