|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Attribute
A simple name, value pair that is specified as part of a Style
to further define its
behavior.
This object implements the XMLizable
interface and can be parsed from an XML
representation.
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the name of this attribute. |
java.lang.String |
getValue()
Gets the value of this attribute. |
void |
setName(java.lang.String aName)
Sets the name of this attribute. |
void |
setValue(java.lang.String aValue)
Sets the value of this attribute. |
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 name of this attributejava.lang.String getValue()
void setValue(java.lang.String aValue)
aValue
- the value of this attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |