XmpChoise

Inheritance: java.lang.Object, com.aspose.imaging.xmp.types.XmpTypeBase

public class XmpChoise<T> extends XmpTypeBase

Represents a value from vocabulary of values.

Constructors

ConstructorDescription
XmpChoise()Initializes a new instance of the XmpChoise\{T\} class.

Methods

MethodDescription
isOpen()Gets or sets a value indicating whether the preferred values can be extended.
setOpen(boolean value)Gets or sets a value indicating whether the preferred values can be extended.
getXmpRepresentation()Gets the string contained value in XMP format.

XmpChoise()

public XmpChoise()

Initializes a new instance of the XmpChoise\{T\} class.

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

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:

ParameterTypeDescription
valueboolean

getXmpRepresentation()

public String getXmpRepresentation()

Gets the string contained value in XMP format.

Returns: java.lang.String - Returns the string contained value in XMP format.