|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.AttributeClassList
public class AttributeClassList
Represents an AttributeClassList.
Licensing:
This class is a DynamicPDF Generator Enterprise Edition
feature. One of the following licenses is required for non-evaluation usage:
Method Summary | |
---|---|
void |
add(AttributeClass attributeClass)
Adds attribute class to the attribute class list . |
AttributeClass |
getAttributeClass(int index)
Gets the AttributeClass object at the given index . |
int |
size()
Gets the number of attribute classes in the Attribute class List |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void add(AttributeClass attributeClass)
attributeClass
- The AttributeClass
object to be added.public AttributeClass getAttributeClass(int index)
AttributeClass
object at the given index .
index
- index of AttributeClass to be returned.
AttributeClass
object at specified index.public int size()
AttributeClass
object present.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |