public class RealType extends AbstractSimpleProperty
Modifier and Type | Field and Description |
---|---|
private float |
realValue |
Constructor and Description |
---|
RealType(XMPMetadata metadata,
java.lang.String namespaceURI,
java.lang.String prefix,
java.lang.String propertyName,
java.lang.Object value)
Property Real type constructor (namespaceURI is given)
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStringValue()
Return the property value
|
java.lang.Float |
getValue()
return the property value
|
void |
setValue(java.lang.Object value)
Set the property value
|
getNamespace, getPrefix, getRawValue, toString
containsAttribute, getAllAttributes, getAttribute, getMetadata, getPropertyName, removeAttribute, setAttribute, setPropertyName
public RealType(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 java.lang.Float getValue()
getValue
in class AbstractSimpleProperty
public void setValue(java.lang.Object value)
setValue
in class AbstractSimpleProperty
value
- The value to setpublic java.lang.String getStringValue()
AbstractSimpleProperty
getStringValue
in class AbstractSimpleProperty