|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public 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
public boolean removeParameter(Parameter par) throws M4Exception
addParameter(Parameter)
functionality.
The object specified is removed from the internal list of embedded
Paramter
s. 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
public boolean hasParameter(Parameter par) throws M4Exception
par
- a Parameter
true
if a Parameter
with the same ID is
found in this ParameterArray
M4Exception
public short getParameterType()
public java.lang.String getParameterTypeS()
public int size()
Parameter
s this
ParameterArray
contains.public java.util.Collection getParameters()
Collection
of embedded Parameter
objects.public ParameterObject[] getParameterObjectArray() throws M4Exception
parameterObjectArray
.
ParameterObject[]
M4Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |