org.apache.fop.render.afp.modca

Class 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.

Constructor Summary

TagLogicalElementBean(String key, String value)
Constructor for the TagLogicalElementBean.

Method Summary

String
getKey()
Getter for the key attribute.
String
getValue()
Getter for the value attribute.

Constructor Details

TagLogicalElementBean

public TagLogicalElementBean(String key,
                             String value)
Constructor for the TagLogicalElementBean.
Parameters:
key - the key attribute
value - the value attribute

Method Details

getKey

public String getKey()
Getter for the key attribute.
Returns:
the key

getValue

public String getValue()
Getter for the value attribute.
Returns:
the value

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.