public class TextType extends AbstractSimpleProperty
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
textValue |
Constructor and Description |
---|
TextType(XMPMetadata metadata,
java.lang.String namespaceURI,
java.lang.String prefix,
java.lang.String propertyName,
java.lang.Object value)
Property Text type constructor (namespaceURI is given)
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStringValue()
Return the property value
|
java.lang.Object |
getValue() |
void |
setValue(java.lang.Object value)
Set the property value
|
getNamespace, getPrefix, getRawValue, toString
containsAttribute, getAllAttributes, getAttribute, getMetadata, getPropertyName, removeAttribute, setAttribute, setPropertyName
public TextType(XMPMetadata metadata, java.lang.String namespaceURI, java.lang.String prefix, java.lang.String propertyName, java.lang.Object value)
metadata
- The metadata to attach to this propertynamespaceURI
- the namespace URI to associate to this propertyprefix
- The prefix to set for this propertypropertyName
- The local Name of this propertyvalue
- The value to setpublic void setValue(java.lang.Object value)
setValue
in class AbstractSimpleProperty
value
- The value to setpublic java.lang.String getStringValue()
AbstractSimpleProperty
getStringValue
in class AbstractSimpleProperty
public java.lang.Object getValue()
getValue
in class AbstractSimpleProperty