XmpArray
Contents
[
Hide
]Inheritance: java.lang.Object, java.util.AbstractCollection, java.util.AbstractList, java.util.ArrayList, com.aspose.imaging.xmp.XmpCollection
public class XmpArray extends XmpCollection
Represents Xmp Array in XmpPackage.
Constructors
| Constructor | Description | 
|---|---|
| XmpArray() | |
| XmpArray(int type) | |
| XmpArray(int type, String[] items) | Initializes a new instance of the XmpArray class. | 
Methods
| Method | Description | 
|---|---|
| getValues() | Gets array of values inside XmpArray. | 
| toString() | Returns a String that represents this instance. | 
XmpArray()
public XmpArray()
XmpArray(int type)
public XmpArray(int type)
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| type | int | 
XmpArray(int type, String[] items)
public XmpArray(int type, String[] items)
Initializes a new instance of the XmpArray class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| type | int | The type of array. | 
| items | java.lang.String[] | The items list. | 
getValues()
public final String[] getValues()
Gets array of values inside XmpArray.
Returns: java.lang.String[] - array of values inside XmpArray.
toString()
public String toString()
Returns a String that represents this instance.
Returns: java.lang.String - A String that represents this instance.