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

ConstructorDescription
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

MethodDescription
addItem(String item)Adds new item.
equals(Object arg0)
getClass()
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:

ParameterTypeDescription
typeintThe type of array.
itemsjava.lang.String[]The items list.

XmpArray(int type)

public XmpArray(int type)

Initializes a new instance of the XmpArray class.

Parameters:

ParameterTypeDescription
typeintThe type of array.

addItem(String item)

public void addItem(String item)

Adds new item.

Parameters:

ParameterTypeDescription
itemjava.lang.StringThe item to be added to list of items.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int