Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Method and Description |
---|---|
XmpArrayType |
XmpArray.getArrayType()
Gets the type of the XMP array.
|
static XmpArrayType |
XmpArrayType.getByRawValue(int rawValue) |
static XmpArrayType |
XmpArrayType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmpArrayType[] |
XmpArrayType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static XmpArray |
XmpArray.from(Date[] array,
XmpArrayType type)
Creates an
XmpArray instance form a date array. |
static XmpArray |
XmpArray.from(double[] array,
XmpArrayType type)
Creates an
XmpArray instance form a double array. |
static XmpArray |
XmpArray.from(int[] array,
XmpArrayType type)
Creates an
XmpArray instance form an integer array. |
static XmpArray |
XmpArray.from(String[] array,
XmpArrayType type)
Creates an
XmpArray instance form a string array. |
static <T extends XmpComplexType> |
XmpArray.from(T[] array,
XmpArrayType type)
Creates an
XmpArray instance form an array of XmpComplexType . |
Constructor and Description |
---|
XmpArray(XmpArrayType arrayType,
XmpComplexType[] items)
Initializes a new instance of the
XmpArray class. |
XmpArray(XmpArrayType arrayType,
XmpValueBase[] items)
Initializes a new instance of the
XmpArray class. |