XmpPackageBaseCollection
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.ms.System.Collections.Generic.IGenericEnumerable
public final class XmpPackageBaseCollection implements System.Collections.Generic.IGenericEnumerable<XmpPackage>
Represents collection of XmpPackage .
Constructors
Constructor | Description |
---|---|
XmpPackageBaseCollection() | Initializes a new instance of the XmpPackageBaseCollection class. |
Methods
Method | Description |
---|---|
add(XmpPackage package_) | Adds new instance of XmpPackage . |
clear() | Clear all XmpPackage inside collection. |
deepClone_internalized() | Clones this instance. |
equals(Object arg0) | |
getClass() | |
getCount() | Gets the number of elements in the collection. |
getPackage(String namespaceUri) | Gets XmpPackage by it’s namespaceURI. |
getPackages() | Get array of XmpPackage . |
hashCode() | |
iterator() | Returns an enumerator that iterates through a collection. |
notify() | |
notifyAll() | |
remove(XmpPackage package_) | Removes the specified XMP package. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
XmpPackageBaseCollection()
public XmpPackageBaseCollection()
Initializes a new instance of the XmpPackageBaseCollection class.
add(XmpPackage package_)
public void add(XmpPackage package_)
Adds new instance of XmpPackage .
Parameters:
Parameter | Type | Description |
---|---|---|
package_ | XmpPackage | The XMP package_ to add. |
clear()
public void clear()
Clear all XmpPackage inside collection.
deepClone_internalized()
public final XmpPackageBaseCollection deepClone_internalized()
Clones this instance.
Returns: XmpPackageBaseCollection - The cloned object
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
getCount()
public int getCount()
Gets the number of elements in the collection.
Value: The number of elements in the collection.
Returns: int
getPackage(String namespaceUri)
public XmpPackage getPackage(String namespaceUri)
Gets XmpPackage by it’s namespaceURI.
Parameters:
Parameter | Type | Description |
---|---|---|
namespaceUri | java.lang.String | The namespace URI to get package_ for. |
Returns: XmpPackage - Returns XMP package_ for specified namespace Uri.
getPackages()
public XmpPackage[] getPackages()
Get array of XmpPackage .
Returns: com.aspose.psd.xmp.XmpPackage[] - Returns an array of XMP packages.
hashCode()
public native int hashCode()
Returns: int
iterator()
public System.Collections.Generic.List.Enumerator<XmpPackage> iterator()
Returns an enumerator that iterates through a collection.
Returns: com.aspose.ms.System.Collections.Generic.List.Enumerator<com.aspose.psd.xmp.XmpPackage> - An System.Collections.IEnumerator object that can be used to iterate through the collection.
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
remove(XmpPackage package_)
public void remove(XmpPackage package_)
Removes the specified XMP package.
Parameters:
Parameter | Type | Description |
---|---|---|
package_ | XmpPackage | The XMP package_ to remove. |
toString()
public String toString()
Returns: java.lang.String
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 |