|
fop 2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AFPResourceLevel.ResourceType>
org.apache.fop.afp.AFPResourceLevel.ResourceType
public static enum AFPResourceLevel.ResourceType
| Enum Constant Summary | |
|---|---|
DOCUMENT
document level |
|
EXTERNAL
external level |
|
INLINE
directly in page |
|
PAGE
page level |
|
PAGE_GROUP
page group level |
|
PRINT_FILE
print file level |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
|
static AFPResourceLevel.ResourceType |
getValueOf(java.lang.String levelString)
|
static AFPResourceLevel.ResourceType |
valueOf(java.lang.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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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
| Method Detail |
|---|
public static AFPResourceLevel.ResourceType[] values()
for (AFPResourceLevel.ResourceType c : AFPResourceLevel.ResourceType.values()) System.out.println(c);
public static AFPResourceLevel.ResourceType 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 name
java.lang.NullPointerException - if the argument is nullpublic static AFPResourceLevel.ResourceType getValueOf(java.lang.String levelString)
public java.lang.String getName()
|
fop 2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||