|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Parameter
A general parameter having a name and a value, which are both strings.
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the name of the parameter |
java.lang.String |
getValue()
Gets the value of the parameter. |
void |
setName(java.lang.String aName)
Sets the name of the parameter |
void |
setValue(java.lang.String aValue)
Sets the value of the parameter. |
| Methods inherited from interface org.apache.uima.resource.metadata.MetaDataObject |
|---|
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl |
| Methods inherited from interface org.apache.uima.util.XMLizable |
|---|
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML |
| Method Detail |
|---|
java.lang.String getName()
void setName(java.lang.String aName)
aName - the namejava.lang.String getValue()
void setValue(java.lang.String aValue)
aValue - the value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||