T - The type of elements.public class XmpChoise<T> extends XmpTypeBase
Represents a value from vocabulary of values.
| Constructor and Description |
|---|
XmpChoise()
Initializes a new instance of the
XmpChoise{T} class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getXmpRepresentation()
Gets the string contained value in XMP format.
|
boolean |
isOpen()
Gets or sets a value indicating whether the preferred values can be extended.
|
void |
setOpen(boolean value)
Gets or sets a value indicating whether the preferred values can be extended.
|
public XmpChoise()
Initializes a new instance of the XmpChoise{T} class.
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.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.public String getXmpRepresentation()
Gets the string contained value in XMP format.
getXmpRepresentation in interface IXmpTypegetXmpRepresentation in class XmpTypeBaseCopyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.