public enum PaginationOverride extends Enum<PaginationOverride>
Enum Constant and Description |
---|
duplexLongEdge
Represents a duplex long edge pagination value.
|
duplexShortEdge
Represents a duplex short edge pagination value.
|
simplex
Represents a simplex pagination value.
|
Modifier and Type | Method and Description |
---|---|
String |
getXciString() |
static PaginationOverride |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaginationOverride[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaginationOverride simplex
public static final PaginationOverride duplexShortEdge
public static final PaginationOverride duplexLongEdge
public static PaginationOverride[] values()
for (PaginationOverride c : PaginationOverride.values()) System.out.println(c);
public static PaginationOverride valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getXciString()
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.