Modifier and Type | Method and Description |
---|---|
void |
addValue(Object value)
Add a value to a parameter set.
|
void |
addValues(Object[] values)
Add values to a parameter set.
|
boolean |
containsValue(Object value)
Test if a value is contained in a parameter.
|
String |
getName()
Get the name.
|
Object[] |
getValues()
Get the values of a parameterset.
|
void |
removeValue(Object value)
Remove a value to a parameter set.
|
void |
removeValues()
Remove all values from a parameter set.
|
int |
size()
Get the number of values currently
contained in this set.
|
getModelElement
void addValue(Object value)
value
- The new value.void removeValue(Object value)
value
- The new value.void addValues(Object[] values)
void removeValues()
boolean containsValue(Object value)
value
- The value to test.Object[] getValues()
int size()
String getName()
Copyright © 2012. All Rights Reserved.