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