LexCheck
2011 Version

gov.nih.nlm.nls.lexCheck.Lib
Class AuxEntry

java.lang.Object
  extended by gov.nih.nlm.nls.lexCheck.Lib.AuxEntry

public class AuxEntry
extends java.lang.Object

This class provides a Java object class for auxiliary entry.

History:

Version:
V-2011
Author:
NLM Lexical System Development Team

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

AuxEntry

public AuxEntry()
Creates a default auxiliary entry object

Method Detail

GetVariant

public java.util.Vector<java.lang.String> GetVariant()
Get the collection of inflectional variants of an auxiliary entry

Returns:
a Vector with inflectional variants elements.

AddVariant

public void AddVariant(java.lang.String variant)
Add an inflectional variant to the collection of inflectional variants of an auxiliary entry.

Parameters:
variant - inflectional variant to be added.

SetVariant

public void SetVariant(java.util.Vector<java.lang.String> variant)
Set the collection of inflectional variants of an auxiliary entry

Parameters:
variant - Vector of inflectional variants to be set.

GetText

public java.lang.String GetText()
Get the text format of the auxiliary entry

Returns:
text format of the auxiliary entry

GetXml

public java.lang.String GetXml()
Get the xml format of the auxiliary entry

Returns:
xml format of the auxiliary entry

LexCheck
2011 Version

Submit a bug or feature

Copyright © 2011 National Library of Medicine