org.apache.fop.render.afp.modca
Class TagLogicalElementBean
java.lang.Object
org.apache.fop.render.afp.modca.TagLogicalElementBean
public class TagLogicalElementBean
extends java.lang.Object
The TagLogicalElementBean provides a bean for holding the attributes of
a tag logical element as key value pairs.
String | getKey() - Getter for the key attribute.
|
String | getValue() - Getter for the value attribute.
|
TagLogicalElementBean
public TagLogicalElementBean(String key,
String value)
Constructor for the TagLogicalElementBean.
key
- the key attributevalue
- the value attribute
getKey
public String getKey()
Getter for the key attribute.
getValue
public String getValue()
Getter for the value attribute.
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.