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