public static enum ProductHelper.eProductType extends java.lang.Enum<ProductHelper.eProductType>
| Enum Constant and Description |
|---|
BackCover |
BlankBox |
BlankSheet |
BlankWeb |
Body |
Book |
BookBlock |
BookCase |
Booklet |
Box |
Brochure |
BusinessCard |
Carton |
Cover |
CoverBoard |
CoverLetter |
EndSheet |
Envelope |
FlatBox |
FlatWork |
FrontCover |
Insert |
Jacket |
Label |
Leaflet |
Letter |
Map |
Media |
Newspaper |
Notebook |
Pallet |
Postcard |
Poster |
Proof |
ResponseCard |
Section |
SelfMailer |
Spine |
SpineBoard |
Stack |
WrapAroundCover |
| Modifier and Type | Method and Description |
|---|---|
static ProductHelper.eProductType |
getEnum(java.lang.String val) |
static ProductHelper.eProductType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProductHelper.eProductType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductHelper.eProductType BackCover
public static final ProductHelper.eProductType BlankBox
public static final ProductHelper.eProductType BlankSheet
public static final ProductHelper.eProductType BlankWeb
public static final ProductHelper.eProductType Body
public static final ProductHelper.eProductType Book
public static final ProductHelper.eProductType BookBlock
public static final ProductHelper.eProductType BookCase
public static final ProductHelper.eProductType Booklet
public static final ProductHelper.eProductType Box
public static final ProductHelper.eProductType Brochure
public static final ProductHelper.eProductType BusinessCard
public static final ProductHelper.eProductType Carton
public static final ProductHelper.eProductType Cover
public static final ProductHelper.eProductType CoverBoard
public static final ProductHelper.eProductType CoverLetter
public static final ProductHelper.eProductType EndSheet
public static final ProductHelper.eProductType Envelope
public static final ProductHelper.eProductType FlatBox
public static final ProductHelper.eProductType FlatWork
public static final ProductHelper.eProductType FrontCover
public static final ProductHelper.eProductType Insert
public static final ProductHelper.eProductType Jacket
public static final ProductHelper.eProductType Label
public static final ProductHelper.eProductType Leaflet
public static final ProductHelper.eProductType Letter
public static final ProductHelper.eProductType Map
public static final ProductHelper.eProductType Media
public static final ProductHelper.eProductType Newspaper
public static final ProductHelper.eProductType Notebook
public static final ProductHelper.eProductType Pallet
public static final ProductHelper.eProductType Postcard
public static final ProductHelper.eProductType Poster
public static final ProductHelper.eProductType Proof
public static final ProductHelper.eProductType ResponseCard
public static final ProductHelper.eProductType Section
public static final ProductHelper.eProductType SelfMailer
public static final ProductHelper.eProductType Spine
public static final ProductHelper.eProductType SpineBoard
public static final ProductHelper.eProductType Stack
public static final ProductHelper.eProductType WrapAroundCover
public static ProductHelper.eProductType[] values()
for (ProductHelper.eProductType c : ProductHelper.eProductType.values()) System.out.println(c);
public static ProductHelper.eProductType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static ProductHelper.eProductType getEnum(java.lang.String val)