|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.afp.modca.TagLogicalElementBean
public class TagLogicalElementBean
The TagLogicalElementBean provides a bean for holding the attributes of a tag logical element as key value pairs.
Constructor Summary | |
---|---|
TagLogicalElementBean(java.lang.String key,
java.lang.String value)
Constructor for the TagLogicalElementBean. |
Method Summary | |
---|---|
java.lang.String |
getKey()
Getter for the key attribute. |
java.lang.String |
getValue()
Getter for the value attribute. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TagLogicalElementBean(java.lang.String key, java.lang.String value)
key
- the key attributevalue
- the value attributeMethod Detail |
---|
public java.lang.String getKey()
public java.lang.String getValue()
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |