public interface SaValue
Modifier and Type | Method and Description |
---|---|
String |
asString()
Returns the string representation of this value.
|
boolean |
equalsContent(SaValue compareValue)
Compares the contents of compareValue with this object's contents.
|
byte[] |
getBinaryValue()
Returns the binary value as byte array, if set.
|
boolean |
getBoolValue()
Returns the boolean value, if set.
|
Calendar |
getCalendarValue()
Returns the date value, if set.
|
short[] |
getDateValue()
Returns the date value as array, if set.
|
double |
getFloatValue()
Returns the float value, if set.
|
int |
getIntValue()
Returns the integer value, if set.
|
InputStream |
getStreamValue()
Returns the binary value as stream, if set.
|
String |
getStringValue()
Returns the string value, if set.
|
int |
getValueType()
Returns the value type.
|
boolean |
isNull()
Check whether the value type is not valid.
|
void |
setValueType(int type)
Sets the value type.
|
String |
toString()
Returns the string representation of this value.
|
boolean getBoolValue()
double getFloatValue()
int getIntValue()
String getStringValue()
int getValueType()
short[] getDateValue()
Calendar getCalendarValue()
byte[] getBinaryValue()
InputStream getStreamValue()
String asString()
boolean isNull()
void setValueType(int type)
type
- Value type.boolean equalsContent(SaValue compareValue)
compareValue
- Value to be compared.String toString()
toString
in class Object
Object.toString()
Copyright © 2016 SAPERION AG. All rights reserved.