Package | Description |
---|---|
org.apache.xmlgraphics.xmp |
This package is an XMP metadata framework.
|
Modifier and Type | Field and 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 and Description |
---|---|
XMPArrayType |
XMPArray.getType() |
Modifier and Type | Method and 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 and Description |
---|
XMPArray(XMPArrayType type)
Main constructor
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.