public static enum AFPResourceLevel.ResourceType extends Enum<AFPResourceLevel.ResourceType>
Enum Constant and Description |
---|
DOCUMENT
document level
|
EXTERNAL
external level
|
INLINE
directly in page
|
PAGE
page level
|
PAGE_GROUP
page group level
|
PRINT_FILE
print file level
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static AFPResourceLevel.ResourceType |
getValueOf(String levelString) |
static AFPResourceLevel.ResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AFPResourceLevel.ResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AFPResourceLevel.ResourceType INLINE
public static final AFPResourceLevel.ResourceType PAGE
public static final AFPResourceLevel.ResourceType PAGE_GROUP
public static final AFPResourceLevel.ResourceType DOCUMENT
public static final AFPResourceLevel.ResourceType PRINT_FILE
public static final AFPResourceLevel.ResourceType EXTERNAL
public static AFPResourceLevel.ResourceType[] values()
for (AFPResourceLevel.ResourceType c : AFPResourceLevel.ResourceType.values()) System.out.println(c);
public static AFPResourceLevel.ResourceType 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 static AFPResourceLevel.ResourceType getValueOf(String levelString)
public String getName()
Copyright © 2025 Apache Software Foundation. All rights reserved.