Package org.verapdf.features.objects
Enum ActionFeaturesObjectAdapter.Location
- java.lang.Object
-
- java.lang.Enum<ActionFeaturesObjectAdapter.Location>
-
- org.verapdf.features.objects.ActionFeaturesObjectAdapter.Location
-
- All Implemented Interfaces:
Serializable,Comparable<ActionFeaturesObjectAdapter.Location>
- Enclosing interface:
- ActionFeaturesObjectAdapter
public static enum ActionFeaturesObjectAdapter.Location extends Enum<ActionFeaturesObjectAdapter.Location>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ANNOTATIONDOCUMENTINTERACTIVE_FORM_FIELDOUTLINESPAGE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetText()static ActionFeaturesObjectAdapter.LocationvalueOf(String name)Returns the enum constant of this type with the specified name.static ActionFeaturesObjectAdapter.Location[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
DOCUMENT
public static final ActionFeaturesObjectAdapter.Location DOCUMENT
-
PAGE
public static final ActionFeaturesObjectAdapter.Location PAGE
-
INTERACTIVE_FORM_FIELD
public static final ActionFeaturesObjectAdapter.Location INTERACTIVE_FORM_FIELD
-
ANNOTATION
public static final ActionFeaturesObjectAdapter.Location ANNOTATION
-
OUTLINES
public static final ActionFeaturesObjectAdapter.Location OUTLINES
-
-
Method Detail
-
values
public static ActionFeaturesObjectAdapter.Location[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ActionFeaturesObjectAdapter.Location c : ActionFeaturesObjectAdapter.Location.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ActionFeaturesObjectAdapter.Location valueOf(String name)
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
-
getText
public String getText()
-
-