XmpBoolean
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.PropertyValue, com.groupdocs.metadata.core.XmpValueBase
public final class XmpBoolean extends XmpValueBase
Represents XMP Boolean basic type.
| Constructor | Description |
|---|---|
| XmpBoolean(boolean value) | Initializes a new instance of the XmpBoolean class based on boolean value. |
| XmpBoolean() | Initializes a new instance of the XmpBoolean class with default value. |
| XmpBoolean(String value) | Initializes a new instance of the XmpBoolean class. |
| Method | Description |
|---|---|
| getValue() | Gets the value. |
| getXmpRepresentation() | Returns string contained value in XMP format. |
public XmpBoolean(boolean value)
Initializes a new instance of the XmpBoolean class based on boolean value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | bool value. |
public XmpBoolean()
Initializes a new instance of the XmpBoolean class with default value.
public XmpBoolean(String value)
Initializes a new instance of the XmpBoolean class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The value. |
public final boolean getValue()
Gets the value.
Returns: boolean - Boolean value.
public String getXmpRepresentation()
Returns string contained value in XMP format.
Returns: java.lang.String - String contained XMP representation.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.