public interface IListValueProperty
Modifier and Type | Method and Description |
---|---|
void |
clearCurrentValue()
Removes the currently selected value.
|
String[] |
getAllValues() |
String |
getCurrentValue() |
boolean |
isValid(String value)
Validates a value for this relation.
|
void |
setCurrentValue(String value) |
String getCurrentValue()
void setCurrentValue(String value)
value
- to set as current.String[] getAllValues()
boolean isValid(String value)
value
- The name to validate.void clearCurrentValue()
Copyright © 2013 Version One, Inc.. All rights reserved.