Package com.adobe.internal.xmp.options
Class TemplateOptions
java.lang.Object
com.adobe.internal.xmp.options.Options
com.adobe.internal.xmp.options.TemplateOptions
Options for XMPSchemaRegistryImpl#registerAlias.
- Since:
- 02.06.2016
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.adobe.internal.xmp.options.Options
clear, containsAllOptions, containsOneOf, equals, getOptions, getOptionsString, hashCode, isExactly, setOption, setOptions, toString
-
Field Details
-
CLEAR_UNNAMED_PROPERTIES
public static final int CLEAR_UNNAMED_PROPERTIES- See Also:
-
REPLACE_EXISTING_PROPERTIES
public static final int REPLACE_EXISTING_PROPERTIES- See Also:
-
INCLUDE_INTERNAL_PROPERTIES
public static final int INCLUDE_INTERNAL_PROPERTIES- See Also:
-
ADD_NEW_PROPERTIES
public static final int ADD_NEW_PROPERTIES- See Also:
-
REPLACE_WITH_DELETE_EMPTY
public static final int REPLACE_WITH_DELETE_EMPTY- See Also:
-
-
Constructor Details
-
TemplateOptions
public TemplateOptions() -
TemplateOptions
Intialization constructor- Parameters:
options- the initialization options- Throws:
XMPException- If the options are not valid
-