public final class TemplateOptions extends Options
| Modifier and Type | Field and 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 and Description |
|---|
TemplateOptions() |
TemplateOptions(int options)
Intialization constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
defineOptionName(int option)
To be implemeted by inheritants.
|
protected int |
getValidOptions()
To be implemeted by inheritants.
|
assertConsistency, clear, containsAllOptions, containsOneOf, equals, getOption, getOptions, getOptionsString, hashCode, isExactly, setOption, setOptions, toStringpublic static final int CLEAR_UNNAMED_PROPERTIES
public static final int REPLACE_EXISTING_PROPERTIES
public static final int INCLUDE_INTERNAL_PROPERTIES
public static final int ADD_NEW_PROPERTIES
public static final int REPLACE_WITH_DELETE_EMPTY
public TemplateOptions()
public TemplateOptions(int options)
throws XMPException
options - the initialization optionsXMPException - If the options are not validprotected int getValidOptions()
OptionsgetValidOptions in class Optionsprotected String defineOptionName(int option)
OptionsdefineOptionName in class Optionsoption - a single, valid option bit.Copyright © 2025. All rights reserved.