public interface MultivalueDataHandler extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears all values contained in the field.
|
Object |
getObjectValue() |
com.saperion.intf.SaPropertyValue |
getPropertyValue() |
String |
getText() |
void |
parseText(String text)
Reads the data from the text entered in the field.
|
void |
setObjectValue(Object value)
Sets the value of this field.
|
void |
setPropertyValue(com.saperion.intf.SaPropertyValue value)
Sets the value of this field.
|
void parseText(String text)
text
- field's textString getText()
void clear()
Object getObjectValue()
void setObjectValue(Object value)
value
- to setvoid setPropertyValue(com.saperion.intf.SaPropertyValue value)
value
- property value to setcom.saperion.intf.SaPropertyValue getPropertyValue()
SaPropertyValue
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.