|
||||||||||
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 | |
---|---|
String |
getName()
Gets the name of this attribute. |
String |
getValue()
Gets the value of this attribute. |
void |
setName(String aName)
Sets the name of this attribute. |
void |
setValue(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 |
---|
String getName()
void setName(String aName)
aName
- the name of this attributeString getValue()
void setValue(String aValue)
aValue
- the value of this attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |