|
TC Java 2011 Version |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gov.nih.nlm.nls.tc.Sti.SemanticType
public class SemanticType
This class is the Semantic Type Java object
History:
Constructor Summary | |
---|---|
SemanticType()
Create a Semantic Type object (defualt). |
|
SemanticType(int index,
java.lang.String tui,
java.lang.String name)
Create a Semantic Type object by specifying index, TUI, and ST name. |
|
SemanticType(int index,
java.lang.String tui,
java.lang.String abbr,
java.lang.String name)
Create a Semantic Type object by specifying index, tui, ST abbreviation, and ST name. |
|
SemanticType(java.lang.String tui,
java.lang.String name)
Create a Semantic Type object by specifying TUI and ST name. |
Method Summary | |
---|---|
java.lang.String |
GetAbbr()
Get the ST abbreviation |
int |
GetIndex()
Get the ST index |
java.lang.String |
GetName()
Get the ST name |
java.lang.String |
GetTui()
Get the TUI, ST id |
void |
SetAbbr(java.lang.String abbr)
Set the ST abbreviation |
void |
SetId(java.lang.String tui)
Set the ST id |
void |
SetIndex(int index)
Set the ST index |
void |
SetName(java.lang.String name)
Set the ST name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SemanticType()
public SemanticType(java.lang.String tui, java.lang.String name)
tui
- ST idname
- ST namepublic SemanticType(int index, java.lang.String tui, java.lang.String name)
index
- ST indextui
- ST idname
- ST namepublic SemanticType(int index, java.lang.String tui, java.lang.String abbr, java.lang.String name)
index
- ST indextui
- ST idabbr
- ST abbreviationname
- ST nameMethod Detail |
---|
public void SetIndex(int index)
index
- ST indexpublic void SetId(java.lang.String tui)
tui
- ST idpublic void SetAbbr(java.lang.String abbr)
abbr
- ST abbreviationpublic void SetName(java.lang.String name)
name
- ST namepublic int GetIndex()
public java.lang.String GetTui()
public java.lang.String GetAbbr()
public java.lang.String GetName()
|
TC Java 2011 Version |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |