public interface WLDFArrayPropertyBean extends WLDFConfigurationPropertyBean
Represents a named property that consists of an array of values.
| Modifier and Type | Field and Description | 
|---|---|
static String[] | 
DEFAULT_VALUE  | 
| Modifier and Type | Method and Description | 
|---|---|
String[] | 
getValue()
Returns the array of values of this property. 
 | 
void | 
setValue(String[] value)
Sets the array value. 
 |