public class TextType extends AbstractSimpleProperty
| Constructor and Description |
|---|
TextType(XMPMetadata metadata,
String namespaceURI,
String prefix,
String propertyName,
Object value)
Property Text type constructor (namespaceURI is given)
|
| Modifier and Type | Method and Description |
|---|---|
String |
getStringValue()
Return the property value
|
Object |
getValue() |
void |
setValue(Object value)
Set the property value
|
getNamespace, getPrefix, getRawValue, toStringcontainsAttribute, getAllAttributes, getAttribute, getMetadata, getPropertyName, removeAttribute, setAttribute, setPropertyNamepublic TextType(XMPMetadata metadata, String namespaceURI, String prefix, String propertyName, 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(Object value)
setValue in class AbstractSimplePropertyvalue - The value to setpublic String getStringValue()
AbstractSimplePropertygetStringValue in class AbstractSimplePropertypublic Object getValue()
getValue in class AbstractSimplePropertyCopyright © 2002–2017 The Apache Software Foundation. All rights reserved.