|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigurationEntry
This interface defines individual entries in a configuration set.
| Field Summary | |
|---|---|
static int |
BOOLEAN
|
static int |
DOUBLE
|
static int |
LONG
|
static int |
STRING
|
| Method Summary | |
|---|---|
int |
getCardinality()
Returns the cardinality of the configuration entry. |
java.lang.String |
getName()
Returns the name of the name-value pair. |
int |
getType()
Returns the value type of the configuration entry. |
java.lang.String[] |
getValues()
Returns all values of the ConfigurationEntry. |
void |
setValues(java.lang.String[] values)
Set the values of the ConfigurationEntry. |
| Field Detail |
|---|
static final int STRING
static final int LONG
static final int DOUBLE
static final int BOOLEAN
| Method Detail |
|---|
java.lang.String getName()
int getType()
int getCardinality()
java.lang.String[] getValues()
ConfigurationEntry.
Multiple values can be associated with one name-value pair.
void setValues(java.lang.String[] values)
ConfigurationEntry.
Multiple values can be associated with one name-value pair.
values -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||