DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class AttributeTypeList

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

public class AttributeTypeList
extends java.lang.Object

Represents a AttributeTypeList.

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(AttributeType attributeType)
          Adds attribute type to the attribute type list.
 AttributeType getAttributeType(int index)
          Gets the attribute type at the given index .
 int size()
          Gets the number of attribute types in the Attribute Type 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(AttributeType attributeType)
Adds attribute type to the attribute type list.

Parameters:
attributeType - AttributeType object to be added.

getAttributeType

public AttributeType getAttributeType(int index)
Gets the attribute type at the given index .

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

size

public int size()
Gets the number of attribute types in the Attribute Type List .

Returns:
the total count of attribute objects.

DynamicPDF by ceTe Software

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