|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumich.cac.data.Attribute
Used to encode attributes
Constructor Summary | |
Attribute(java.lang.String name,
java.lang.String value)
Constructor, represents an attribute for a field like ppn=8 where ppn is the name, and 8 is the value |
Method Summary | |
java.lang.String |
toXML()
toXML() formats the attribute in an XML style, ala name="value" Return the attribute in XML attribute style |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Attribute(java.lang.String name, java.lang.String value)
name
- the name of the attributevalue
- the value for the attributeMethod Detail |
public java.lang.String toXML()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |