Returns:
boolean - Returns the Metadata signature value as boolean.
Throws an exception if the Metadata value could not be converted.
toInteger()
public int toInteger()
Converts to integer.
Returns:
int - Returns the Metadata Signature value as integer.
Throws an exception if the Metadata value could not be converted.
toLong()
public final long toLong()
Converts to long.
Returns:
long - Returns the Metadata Signature value as long.
Throws an exception if the Metadata value could not be converted.
toSingle()
public final float toSingle()
Converts to float.
Returns:
float - Returns the Image Metadata Signature value as float.
Throws an exception if the Metadata value could not be converted. If original value is string based the default culture property info will be used from SignatureSettings properties SignatureSettings.DefaultCulture
toSingle(Locale provider)
public final float toSingle(Locale provider)
Converts to float.
Parameters:
Parameter
Type
Description
provider
java.util.Locale
Format data provider to use with data conversion operations.
Throws an exception if the Metadata value could not be converted
|
Returns:
float - Returns the Metadata Signature value as float.
toDouble()
public double toDouble()
Converts to Double.
Returns:
double - Returns the Image Metadata Signature value as Double.
Throws an exception if the Metadata value could not be converted. If original value is string based the default culture property info will be used from SignatureSettings properties SignatureSettings.DefaultCulture
toDouble(Locale provider)
public double toDouble(Locale provider)
Converts to Double.
Parameters:
Parameter
Type
Description
provider
java.util.Locale
Format data provider to use with data conversion operations.
Throws an exception if the Metadata value could not be converted
|
Returns:
double - Returns the Metadata Signature value as Double.
toDecimal()
public final BigDecimal toDecimal()
Converts to Decimal.
Returns:
java.math.BigDecimal - Returns the Image Metadata Signature value as Decimal.
Throws an exception if the Metadata value could not be converted. If original value is string based the default culture property info will be used from SignatureSettings properties SignatureSettings.DefaultCulture
toDecimal(Locale provider)
public final BigDecimal toDecimal(Locale provider)
Converts to Decimal.
Parameters:
Parameter
Type
Description
provider
java.util.Locale
Format data provider to use with data conversion operations.
Throws an exception if the Metadata value could not be converted
|
Returns:
java.math.BigDecimal - Returns the Metadata Signature value as Decimal.
toDateTime()
public Date toDateTime()
Converts to DateTime.
Returns:
java.util.Date - Returns the Metadata Signature value as DateTime.
Throws an exception if the Metadata value could not be converted. If original value is string based the default culture property info will be used from SignatureSettings properties SignatureSettings.DefaultCulture
toDateTime(Locale provider)
public Date toDateTime(Locale provider)
Converts to DateTime.
Parameters:
Parameter
Type
Description
provider
java.util.Locale
Format data provider to use with data conversion operations.
Throws an exception if the Metadata value could not be converted
|
Returns:
java.util.Date - Returns the Metadata Signature value as DateTime.
toString()
public String toString()
Converts to String with override ToString() method
Returns:
java.lang.String - Returns the Metadata Signature value as String.
toString(String format)
public String toString(String format)
Converts to String with specified format
Parameters:
Parameter
Type
Description
format
java.lang.String
Data format string.
Converts a boolean property into “True” or “False”. Default culture property info will be used from SignatureSettings properties SignatureSettings.DefaultCulture
|
Returns:
java.lang.String - Returns the Metadata Signature value as String.
toString(String format, Locale provider)
public String toString(String format, Locale provider)
Converts to String with specified format
Parameters:
Parameter
Type
Description
format
java.lang.String
Data format string.
provider
java.util.Locale
Format data provider to use with data conversion operations.
Converts a boolean property into “True” or “False”.
|
Returns:
java.lang.String - Returns the Metadata Signature value as String.
setAsBool(Object value)
public final boolean setAsBool(Object value)
Parameters:
Parameter
Type
Description
value
java.lang.Object
Returns:
boolean
setAsByte(Object value)
public final boolean setAsByte(Object value)
Parameters:
Parameter
Type
Description
value
java.lang.Object
Returns:
boolean
setAsShrt(Object value)
public final boolean setAsShrt(Object value)
Parameters:
Parameter
Type
Description
value
java.lang.Object
Returns:
boolean
setAsWord(Object value)
public final boolean setAsWord(Object value)
Parameters:
Parameter
Type
Description
value
java.lang.Object
Returns:
boolean
setAsSInt(Object value)
public final boolean setAsSInt(Object value)
Parameters:
Parameter
Type
Description
value
java.lang.Object
Returns:
boolean
setAsUInt(Object value)
public final boolean setAsUInt(Object value)
Parameters:
Parameter
Type
Description
value
java.lang.Object
Returns:
boolean
setAsSLng(Object value)
public final boolean setAsSLng(Object value)
Parameters:
Parameter
Type
Description
value
java.lang.Object
Returns:
boolean
setAsULng(Object value)
public final boolean setAsULng(Object value)
Parameters:
Parameter
Type
Description
value
java.lang.Object
Returns:
boolean
setAsSngl(Object value)
public final boolean setAsSngl(Object value)
Parameters:
Parameter
Type
Description
value
java.lang.Object
Returns:
boolean
setAsDbls(Object value)
public final boolean setAsDbls(Object value)
Parameters:
Parameter
Type
Description
value
java.lang.Object
Returns:
boolean
setAsDcml(Object value)
public final boolean setAsDcml(Object value)
Parameters:
Parameter
Type
Description
value
java.lang.Object
Returns:
boolean
setAsDate(Object value)
public final boolean setAsDate(Object value)
Parameters:
Parameter
Type
Description
value
java.lang.Object
Returns:
boolean
setAsStrn(Object value)
public final boolean setAsStrn(Object value)
Parameters:
Parameter
Type
Description
value
java.lang.Object
Returns:
boolean
setAsObjc(Object value)
public final boolean setAsObjc(Object value)
Parameters:
Parameter
Type
Description
value
java.lang.Object
Returns:
boolean
setString(Object value)
public final void setString(Object value)
Parameters:
Parameter
Type
Description
value
java.lang.Object
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.