public final class RenditionClass extends XmpTypeBase
Represents the XMP Rendition.
Constructor and Description |
---|
RenditionClass()
Initializes a new instance of the
RenditionClass class. |
RenditionClass(String token,
String value)
Initializes a new instance of the
RenditionClass class. |
Modifier and Type | Method and Description |
---|---|
static String[] |
getDefinedValues()
The defined values
|
String |
getToken()
Gets or sets the token.
|
String |
getValue()
Gets or sets the value.
|
String |
getXmpRepresentation()
Gets the string contained value in XMP format.
|
void |
setToken(String value)
Gets or sets the token.
|
void |
setValue(String value)
Gets or sets the value.
|
public RenditionClass()
Initializes a new instance of the RenditionClass
class.
public String getToken()
Gets or sets the token.
Value: The token.public void setToken(String value)
Gets or sets the token.
Value: The token.public String getValue()
Gets or sets the value.
Value: The value.public void setValue(String value)
Gets or sets the value.
Value: The value.public static String[] getDefinedValues()
The defined values
public String getXmpRepresentation()
Gets the string contained value in XMP format.
getXmpRepresentation
in interface IXmpType
getXmpRepresentation
in class XmpTypeBase