public interface WelcomeFileList extends CommonDDBean
Important note: Do not provide an implementation of this interface unless you are a DD API provider!
Modifier and Type | Method and Description |
---|---|
int |
addWelcomeFile(String value)
Adds welcome-file property.
|
String[] |
getWelcomeFile()
Getter for welcome-file property.
|
String |
getWelcomeFile(int index)
Getter for welcome-file property.
|
int |
removeWelcomeFile(String value)
Removes welcome-file property.
|
void |
setWelcomeFile(int index,
String value)
Setter for welcome-file property.
|
void |
setWelcomeFile(String[] value)
Setter for welcome-file property.
|
int |
sizeWelcomeFile()
Returns size of welcome-file properties.
|
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
void setWelcomeFile(int index, String value)
index
- position in the array of welcome-filesvalue
- property valueString getWelcomeFile(int index)
index
- position in the array of welcome-filesvoid setWelcomeFile(String[] value)
index
- position in the array of welcome-filesvalue
- array of welcome-file propertiesString[] getWelcomeFile()
int sizeWelcomeFile()
int addWelcomeFile(String value)
value
- welcome-file propertyint removeWelcomeFile(String value)
value
- welcome-file property