@Deprecated public final class RenditionClass extends XmpTypeBase
Represents XMP RenditionClass.
Modifier and Type | Field and Description |
---|---|
static String[] |
DefinedValues
Deprecated.
Array of pre-defined values.
|
Constructor and Description |
---|
RenditionClass()
Deprecated.
Initializes a new instance of the
RenditionClass class. |
RenditionClass(String token,
String value)
Deprecated.
Initializes a new instance of the
RenditionClass class. |
Modifier and Type | Method and Description |
---|---|
String |
getToken()
Deprecated.
Gets or sets token.
|
String |
getValue()
Deprecated.
Gets or sets value.
|
String |
getXmpRepresentation()
Deprecated.
Returns string contained value in XMP format.
|
void |
setToken(String value)
Deprecated.
Gets or sets token.
|
void |
setValue(String value)
Deprecated.
Gets or sets value.
|
toBool, toDateTime, toFloat, toGuid, toInt, toString, toStringArray
public static final String[] DefinedValues
Array of pre-defined values.
public RenditionClass()
Initializes a new instance of the RenditionClass
class.
public final String getToken()
Gets or sets token.
public final void setToken(String value)
Gets or sets token.
public final String getValue()
Gets or sets value.
public final void setValue(String value)
Gets or sets value.
public String getXmpRepresentation()
Returns string contained value in XMP format.
getXmpRepresentation
in interface IXmpType
getXmpRepresentation
in class XmpTypeBase
string
contained XMP representation.Copyright © 2020. All rights reserved.