Package | Description |
---|---|
org.apache.xmlgraphics.xmp |
This package is an XMP metadata framework.
|
Modifier and Type | Field | Description |
---|---|---|
static XMPArrayType |
XMPArrayType.ALT |
the alternative array
|
static XMPArrayType |
XMPArrayType.BAG |
the unordered array
|
static XMPArrayType |
XMPArrayType.SEQ |
the ordered array
|
Modifier and Type | Method | Description |
---|---|---|
XMPArrayType |
XMPArray.getType() |
Modifier and Type | Method | Description |
---|---|---|
protected void |
XMPSchemaAdapter.addObjectToArray(java.lang.String propName,
java.lang.Object value,
XMPArrayType arrayType) |
Adds a Object value to an array.
|
XMPArray |
XMPProperty.convertSimpleValueToArray(XMPArrayType type) |
Converts a simple value to an array of a given type if the value is not already an array.
|
Constructor | Description |
---|---|
XMPArray(XMPArrayType type) |
Main constructor
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.