public interface SaPropertyValue extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getDDCName()
Returns the DDC name for this property.
|
SaConstants.SaFieldType |
getFieldType()
Reads the field type.
|
String |
getName()
Returns the name of this property.
|
String |
getStringValue()
Returns the string value of this property.
|
String[] |
getStringValues()
Returns the values as String array.
|
SaValue[] |
getValues()
Returns the value array of this property.
|
boolean |
isDynamic()
Returns true, if this property is dynamic.
|
boolean |
isEmpty()
Test for empty value.
|
boolean |
isMultiValue() |
String |
toString()
Returns the string representation of this class.
|
String getDDCName()
String getName()
SaValue[] getValues()
String[] getStringValues()
String getStringValue()
boolean isDynamic()
boolean isEmpty()
SaConstants.SaFieldType getFieldType()
String toString()
toString
in class Object
Object.toString()
boolean isMultiValue()
Copyright © 2016 SAPERION AG. All rights reserved.