public class InflectionRecord
extends java.lang.Object
History:
| Constructor and Description |
|---|
InflectionRecord()
Default constructor for creating an inflection record.
|
| Modifier and Type | Method and Description |
|---|---|
int |
GetCategory()
Get the category from the current inflection record.
|
java.lang.String |
GetCitationTerm()
Get the citation term from the current inflection record.
|
java.lang.String |
GetEui()
Get the EUI from the current inflection record.
|
java.lang.String |
GetInflectedTerm()
Get the inflected term from the current inflection record.
|
long |
GetInflection()
Get the inflection from the current inflection record.
|
java.lang.String |
GetUninflectedTerm()
Get the uninflected term from the current inflection record.
|
void |
PrintRecord()
Print out the current inflection record in a string format to system
output.
|
void |
SetCategory(int value)
Set the category to the current inflection record.
|
void |
SetCitationTerm(java.lang.String value)
Set the citation term to the current inflection record.
|
void |
SetEui(java.lang.String value)
Set the EUI to the current inflection record.
|
void |
SetInflectedTerm(java.lang.String value)
Set the inflected term to the current inflection record.
|
void |
SetInflection(long value)
Set the inflection to the current inflection record.
|
void |
SetUnInflectedTerm(java.lang.String value)
Set the uninflected term to the current inflection record.
|
public InflectionRecord()
public void SetInflectedTerm(java.lang.String value)
value - string value of an inflected termpublic void SetUnInflectedTerm(java.lang.String value)
value - string value of an uninflected termpublic void SetCitationTerm(java.lang.String value)
value - string value of a citation termpublic void SetEui(java.lang.String value)
value - string value of an EUI (unique ID of inflection record)public void SetCategory(int value)
value - category in an integer format of a inflection recordpublic void SetInflection(long value)
value - inflection in a long integer format of a inflection recordpublic java.lang.String GetInflectedTerm()
public java.lang.String GetUninflectedTerm()
public java.lang.String GetCitationTerm()
public java.lang.String GetEui()
public int GetCategory()
public long GetInflection()
public void PrintRecord()
Submit a bug or feature
Copyright © 2020 National Library of Medicine