Package org.apache.fop.afp
Enum AFPResourceLevel.ResourceType
- All Implemented Interfaces:
Serializable
,Comparable<AFPResourceLevel.ResourceType>
,java.lang.constant.Constable
- Enclosing class:
AFPResourceLevel
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptiondocument levelexternal leveldirectly in pagepage levelpage group levelprint file level -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getValueOf
(String levelString) 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.
-
Enum Constant Details
-
INLINE
directly in page -
PAGE
page level -
PAGE_GROUP
page group level -
DOCUMENT
document level -
PRINT_FILE
print file level -
EXTERNAL
external level
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getValueOf
-
getName
-