DynamicPDF by ceTe Software

com.cete.dynamicpdf.merger
Enum CollectionType

java.lang.Object
  extended by java.lang.Enum<CollectionType>
      extended by com.cete.dynamicpdf.merger.CollectionType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<CollectionType>

public enum CollectionType
extends java.lang.Enum<CollectionType>

Specifies CollectionType.


Enum Constant Summary
ADOBEPORTFOLIO
          Collection type adobe portfolio.
NONE
          Collection type none.
PACKAGE
          Collection type package.
 
Method Summary
static CollectionType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CollectionType[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

NONE

public static final CollectionType NONE
Collection type none.


PACKAGE

public static final CollectionType PACKAGE
Collection type package.


ADOBEPORTFOLIO

public static final CollectionType ADOBEPORTFOLIO
Collection type adobe portfolio.

Method Detail

values

public static final CollectionType[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(CollectionType c : CollectionType.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static CollectionType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name

DynamicPDF by ceTe Software

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