public final class AliasOptions extends Options
Modifier and Type | Field | Description |
---|---|---|
static int |
PROP_ARRAY |
The actual is an unordered array, the alias is to the first element of the array.
|
static int |
PROP_ARRAY_ALT_TEXT |
The actual is an alternate text array, the alias is to the 'x-default' element of the array.
|
static int |
PROP_ARRAY_ALTERNATE |
The actual is an alternate array, the alias is to the first element of the array.
|
static int |
PROP_ARRAY_ORDERED |
The actual is an ordered array, the alias is to the first element of the array.
|
static int |
PROP_DIRECT |
This is a direct mapping.
|
Constructor | Description |
---|---|
AliasOptions() |
|
AliasOptions(int options) |
Modifier and Type | Method | Description |
---|---|---|
protected String |
defineOptionName(int option) |
To be implemeted by inheritants.
|
protected int |
getValidOptions() |
To be implemeted by inheritants.
|
boolean |
isArray() |
|
boolean |
isArrayAlternate() |
|
boolean |
isArrayAltText() |
|
boolean |
isArrayOrdered() |
|
boolean |
isSimple() |
|
AliasOptions |
setArray(boolean value) |
|
AliasOptions |
setArrayAlternate(boolean value) |
|
AliasOptions |
setArrayAltText(boolean value) |
|
AliasOptions |
setArrayOrdered(boolean value) |
|
PropertyOptions |
toPropertyOptions() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
assertConsistency, clear, containsAllOptions, containsOneOf, equals, getOption, getOptions, getOptionsString, hashCode, isExactly, setOption, setOptions, toString
public static final int PROP_DIRECT
public static final int PROP_ARRAY
public static final int PROP_ARRAY_ORDERED
public static final int PROP_ARRAY_ALTERNATE
public static final int PROP_ARRAY_ALT_TEXT
public AliasOptions()
Options()
public AliasOptions(int options) throws XMPException
options
- the options to init withXMPException
- If options are not consistantpublic boolean isSimple()
public boolean isArray()
public AliasOptions setArray(boolean value)
value
- the value to setpublic boolean isArrayOrdered()
public AliasOptions setArrayOrdered(boolean value)
value
- the value to setpublic boolean isArrayAlternate()
public AliasOptions setArrayAlternate(boolean value)
value
- the value to setpublic boolean isArrayAltText()
public AliasOptions setArrayAltText(boolean value)
value
- the value to setpublic PropertyOptions toPropertyOptions() throws XMPException
PropertyOptions
s objectXMPException
- If the options are not consistant.protected String defineOptionName(int option)
Options
defineOptionName
in class Options
option
- a single, valid option bit.Options.defineOptionName(int)
protected int getValidOptions()
Options
getValidOptions
in class Options
Options.getValidOptions()
Copyright © 2018. All rights reserved.