|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ParameterArray
| Method Summary | |
|---|---|
void |
addParameter(Parameter par)
Extends the array of ParameterObjects by the specified Parameter. |
ParameterObject[] |
getParameterObjectArray()
Active getter of the parameterObjectArray. |
java.util.Collection |
getParameters()
|
short |
getParameterType()
Gets the parameterType. |
java.lang.String |
getParameterTypeS()
Gets the parameterType as the String constant used in class DB. |
boolean |
hasParameter(Parameter par)
|
boolean |
removeParameter(Parameter par)
Inverts the addParameter(Parameter) functionality. |
int |
size()
|
| Method Detail |
|---|
void addParameter(Parameter par)
throws M4Exception
Parameter will also have a reference to this object
after it has been added by this method.
After each invokation the array of ParameterObjects is invalidated and
the active getter of this field will set it anew.
par - the Parameter to be added
M4Exception
boolean removeParameter(Parameter par)
throws M4Exception
addParameter(Parameter) functionality.
The object specified is removed from the internal list of embedded
Paramters. The reference of the Parameter to
this object is also deleted.
par - the Parameter to be deleted
true if the object could be deleted
M4Exception
boolean hasParameter(Parameter par)
throws M4Exception
par - a Parameter
true if a Parameter with the same ID is
found in this ParameterArray
M4Exceptionshort getParameterType()
java.lang.String getParameterTypeS()
int size()
Parameters this
ParameterArray contains.java.util.Collection getParameters()
Collection of embedded Parameter
objects.
ParameterObject[] getParameterObjectArray()
throws M4Exception
parameterObjectArray.
ParameterObject[]
M4Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||