public class CatEntry
extends java.lang.Object
History:
Constructor and Description |
---|
CatEntry(java.lang.String cat)
Creates a default category entry object by specifing category name
|
Modifier and Type | Method and Description |
---|---|
AdjEntry |
GetAdjEntry()
Get the adjective entry
|
AdvEntry |
GetAdvEntry()
Get the adverb entry
|
AuxEntry |
GetAuxEntry()
Get the auxiliary entry
|
DetEntry |
GetDetEntry()
Get the determiner entry
|
ModalEntry |
GetModalEntry()
Get the modal entry
|
NounEntry |
GetNounEntry()
Get the noun entry
|
PronEntry |
GetPronEntry()
Get the pronoun entry
|
java.lang.String |
GetText(java.lang.String cat)
Get the text format of the category entry
|
VerbEntry |
GetVerbEntry()
Get the verb entry
|
java.lang.String |
GetXml(java.lang.String cat)
Get the xml format of the category entry
|
public CatEntry(java.lang.String cat)
cat
- category name in stringpublic java.lang.String GetText(java.lang.String cat)
public java.lang.String GetXml(java.lang.String cat)
public VerbEntry GetVerbEntry()
public NounEntry GetNounEntry()
public AdjEntry GetAdjEntry()
public AdvEntry GetAdvEntry()
public AuxEntry GetAuxEntry()
public ModalEntry GetModalEntry()
public PronEntry GetPronEntry()
public DetEntry GetDetEntry()
Submit a bug or feature
Copyright © 2013 National Library of Medicine