public class XmpChoise<T> extends XmpTypeBase
Represents a value from vocabulary of values.
T
: The type of elements.
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 IXmpType
getXmpRepresentation
in class XmpTypeBase