public static enum IPG_IncludePage.IPG_Flag extends java.lang.Enum<IPG_IncludePage.IPG_Flag>
| Enum Constant and Description |
|---|
PageIsContainedInResourceDocument |
Reserved |
| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static IPG_IncludePage.IPG_Flag |
valueOf(byte flagByte) |
static IPG_IncludePage.IPG_Flag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IPG_IncludePage.IPG_Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPG_IncludePage.IPG_Flag Reserved
public static final IPG_IncludePage.IPG_Flag PageIsContainedInResourceDocument
public static IPG_IncludePage.IPG_Flag[] values()
for (IPG_IncludePage.IPG_Flag c : IPG_IncludePage.IPG_Flag.values()) System.out.println(c);
public static IPG_IncludePage.IPG_Flag 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 IPG_IncludePage.IPG_Flag valueOf(byte flagByte)
public int toByte()