Package com.deltaxml.core.config.image
Enum Class OutputImageRefForm
- All Implemented Interfaces:
Serializable,Comparable<OutputImageRefForm>,Constable
The result document may reside in a different location to the inputs. In order to make it easier to look at the result where it
is generated and see any image changes, hrefs can be changed absolute locations. By default the href value is taken from the
source document.
This enum specifies how to output the href attribute.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic OutputImageRefFormtoOutputImageRefForm(String refForm) toString()static OutputImageRefFormReturns the enum constant of this class with the specified name.static OutputImageRefForm[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
SOURCE
Output the href attribute as it appears in the source document. -
ABSOLUTE
Output the href attribute as it is resolved.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
toString
- Overrides:
toStringin classEnum<OutputImageRefForm>
-
toOutputImageRefForm
-