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