DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class AttributeClassList

java.lang.Object
  extended by com.cete.dynamicpdf.AttributeClassList

public class AttributeClassList
extends java.lang.Object

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

add

public void add(AttributeClass attributeClass)
Adds attribute class to the attribute class list .

Parameters:
attributeClass - The AttributeClass object to be added.

getAttributeClass

public AttributeClass getAttributeClass(int index)
Gets the AttributeClass object at the given index .

Parameters:
index - index of AttributeClass to be returned.
Returns:
the AttributeClass object at specified index.

size

public int size()
Gets the number of attribute classes in the Attribute class List

Returns:
number of AttributeClass object present.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software