XmpString Class
An XMP metadata string value.
Declaration
public class XmpString extends XmpValue
Inherited Members
com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Inheritance
Object
JavaObject
XmpValue
XmpString
Constructors
XmpString() Constructor
Initializes a new instance of the XmpString class.
Declaration
public XmpString()
XmpString(String value) Constructor
Initializes a new instance of the XmpString class with the specified value.
Declaration
public XmpString(String value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | String | The string value stored in the object. |
Methods
getValue() Method
Returns the string value stored in the XMP value.
Declaration
public String getValue()
Returns
| Type | Description |
|---|---|
| String | The string value stored in the object. |
setValue(String value) Method
Sets the string value of the XMP value.
Declaration
public void setValue(String value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | String | The string value stored in the object. |