XmpArray
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.psd.xmp.IXmlValue
public class XmpArray implements IXmlValue
Represents Xmp Array in XmpPackage . todo: Array may contain complex data.
Constructors
| Constructor | Description |
|---|---|
| XmpArray(int type, String[] items) | Initializes a new instance of the XmpArray class. |
| XmpArray(int type) | Initializes a new instance of the XmpArray class. |
Methods
| Method | Description |
|---|---|
| addElement_internalized(XmpPackage element) | Adds new item. |
| addItem(String item) | Adds new item. |
| equals(Object arg0) | |
| getClass() | |
| getElements_internalized() | Gets array of values inside XmpArray. |
| getValues() | Gets array of values inside XmpArray . |
| getXmlValue() | Converts XMP value to the XML representation. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | Returns a System.String that represents this instance. |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
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. |
XmpArray(int type)
public XmpArray(int type)
Initializes a new instance of the XmpArray class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| type | int | The type of array. |
addElement_internalized(XmpPackage element)
public final void addElement_internalized(XmpPackage element)
Adds new item.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| element | XmpPackage | The element to be added to list of items. |
addItem(String item)
public void addItem(String item)
Adds new item.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| item | java.lang.String | The item to be added to list of items. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getElements_internalized()
public final XmpPackage[] getElements_internalized()
Gets array of values inside XmpArray.
Returns: com.aspose.psd.xmp.XmpPackage[]
getValues()
public String[] getValues()
Gets array of values inside XmpArray .
Returns: java.lang.String[]
getXmlValue()
public String getXmlValue()
Converts XMP value to the XML representation.
Returns: java.lang.String - Returns the XMP value converted to the XML representation.
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns a System.String that represents this instance.
Returns: java.lang.String - A System.String that represents this instance.
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |