XmpChoise
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.psd.xmp.types.XmpTypeBase
public class XmpChoise<T> extends XmpTypeBase
Represents a value from vocabulary of values.
Constructors
Constructor | Description |
---|---|
XmpChoise() | Initializes a new instance of the XmpChoise{T} class. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getXmpRepresentation() | Gets the string contained value in XMP format. |
hashCode() | |
isOpen() | Gets or sets a value indicating whether the preferred values can be extended. |
notify() | |
notifyAll() | |
setOpen(boolean value) | Gets or sets a value indicating whether the preferred values can be extended. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
XmpChoise()
public XmpChoise()
Initializes a new instance of the XmpChoise{T} class.
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
getXmpRepresentation()
public String getXmpRepresentation()
Gets the string contained value in XMP format.
Returns: java.lang.String - Returns the string contained value in XMP format.
hashCode()
public native int hashCode()
Returns: int
isOpen()
public boolean isOpen()
Gets or sets a value indicating whether the preferred values can be extended.
Value: true if preferred values can be extended; otherwise, false .
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setOpen(boolean value)
public void setOpen(boolean value)
Gets or sets a value indicating whether the preferred values can be extended.
Value: true if preferred values can be extended; otherwise, false .
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
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 |