public static enum SerializeOptions.Option extends java.lang.Enum<SerializeOptions.Option>
Enum Constant and Description |
---|
CANONICAL_FORMAT
Serialize to the canonical form of RDF if set.
|
ENCODE_UTF16BE
Serializes with UTF-16 Big Endian encoding.
|
ENCODE_UTF16LE
Serializes with UTF-16 Little Endian encoding.
|
EXACT_PACKET_LENGTH
If this option is set,
the padding parameter is interpreted to be the overall packet length.
|
INCLUDE_THUMBNAIL_PAD
Include a padding allowance for a thumbnail image.
|
NO_PACKET_WRAPPER
Omit the XML packet wrapper.
|
NO_VERSION_ATTRIBUTE
Omits the Toolkit version attribute, not published, only used for Unit tests.
|
NO_XMPMETA_ELEMENT
Omit the <x:xmpmeta>-tag
|
READONLY_PACKET
Mark packet as read-only.
|
SORT
Sort the struct properties, unordered arrays and qualifiers before serializing
|
Modifier and Type | Method and Description |
---|---|
static SerializeOptions.Option |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SerializeOptions.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SerializeOptions.Option NO_PACKET_WRAPPER
public static final SerializeOptions.Option NO_XMPMETA_ELEMENT
public static final SerializeOptions.Option NO_VERSION_ATTRIBUTE
public static final SerializeOptions.Option READONLY_PACKET
public static final SerializeOptions.Option CANONICAL_FORMAT
public static final SerializeOptions.Option INCLUDE_THUMBNAIL_PAD
public static final SerializeOptions.Option EXACT_PACKET_LENGTH
public static final SerializeOptions.Option SORT
public static final SerializeOptions.Option ENCODE_UTF16BE
public static final SerializeOptions.Option ENCODE_UTF16LE
public static SerializeOptions.Option[] values()
for (SerializeOptions.Option c : SerializeOptions.Option.values()) System.out.println(c);
public static SerializeOptions.Option valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2010 - 2020 Adobe. All Rights Reserved