|
LexCheck 2011 Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nih.nlm.nls.lexCheck.Lib.AuxEntry
public class AuxEntry
This class provides a Java object class for auxiliary entry.
History:
| Constructor Summary | |
|---|---|
AuxEntry()
Creates a default auxiliary entry object |
|
| Method Summary | |
|---|---|
void |
AddVariant(java.lang.String variant)
Add an inflectional variant to the collection of inflectional variants of an auxiliary entry. |
java.lang.String |
GetText()
Get the text format of the auxiliary entry |
java.util.Vector<java.lang.String> |
GetVariant()
Get the collection of inflectional variants of an auxiliary entry |
java.lang.String |
GetXml()
Get the xml format of the auxiliary entry |
void |
SetVariant(java.util.Vector<java.lang.String> variant)
Set the collection of inflectional variants of an auxiliary entry |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuxEntry()
| Method Detail |
|---|
public java.util.Vector<java.lang.String> GetVariant()
public void AddVariant(java.lang.String variant)
variant - inflectional variant to be added.public void SetVariant(java.util.Vector<java.lang.String> variant)
variant - Vector of inflectional variants to be set.public java.lang.String GetText()
public java.lang.String GetXml()
|
LexCheck 2011 Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||