Package org.cyclos.model.system.fields
Interface IDynamicFieldValue
-
- All Known Implementing Classes:
DynamicFieldValue,DynamicFieldValueVO
public interface IDynamicFieldValueBase interface implemented by objects that represent a possible value returned by script
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StringasString()Returns a string representation of this value, preferring the label, then the valueStringgetLabel()StringgetValue()
-