|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.n52.oxf.serviceAdapters.ParameterContainer
public class ParameterContainer
Holds all the ParameterShells of an AbstractServiceLayer that should be used in an operation
execution.
| Constructor Summary | |
|---|---|
ParameterContainer()
|
|
| Method Summary | |
|---|---|
void |
addParameterShell(ParameterShell parameterShell)
|
void |
addParameterShell(String parameterName,
int parameterValue)
|
void |
addParameterShell(String parameterName,
ITime parameterValue)
|
void |
addParameterShell(String parameterName,
ITime[] parameterValueArray)
|
void |
addParameterShell(String parameterName,
ParameterContainer[] parameterValue)
|
void |
addParameterShell(String parameterName,
String parameterValue)
convenience-method. |
void |
addParameterShell(String parameterName,
String[] parameterValueArray)
|
boolean |
containsParameterShellWithCommonName(String commonName)
|
boolean |
containsParameterShellWithServiceSidedName(String serviceSidedName)
|
List<ParameterShell> |
getParameterShells()
|
ParameterShell |
getParameterShellWithCommonName(String commonName)
|
ParameterShell |
getParameterShellWithServiceSidedName(String serviceSidedName)
|
void |
removeParameterShell(ParameterShell parameterShell)
|
void |
setParameterValue(String commonName,
Object newValue)
searches the ParameterShell whose Parameter has the commonName and sets the newValue to this Parameter. |
void |
setParameterValueArray(String commonName,
Object[] newValues)
searches the ParameterShell whose Parameter has the commonName and sets the newValues to this Parameter. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ParameterContainer()
| Method Detail |
|---|
public void addParameterShell(ParameterShell parameterShell)
public void addParameterShell(String parameterName,
String parameterValue)
throws OXFException
parameterName - parameterValue -
OXFException
public void addParameterShell(String parameterName,
ITime parameterValue)
throws OXFException
OXFException
public void addParameterShell(String parameterName,
ITime[] parameterValueArray)
throws OXFException
OXFException
public void addParameterShell(String parameterName,
String[] parameterValueArray)
throws OXFException
OXFException
public void addParameterShell(String parameterName,
int parameterValue)
throws OXFException
OXFException
public void addParameterShell(String parameterName,
ParameterContainer[] parameterValue)
throws OXFException
OXFExceptionpublic void removeParameterShell(ParameterShell parameterShell)
public ParameterShell getParameterShellWithCommonName(String commonName)
commonName -
null will be returned.public ParameterShell getParameterShellWithServiceSidedName(String serviceSidedName)
serviceSidedName -
null will be returned.public boolean containsParameterShellWithServiceSidedName(String serviceSidedName)
serviceSidedName -
true if this ParameterContainer contains a ParameterShell with a Parameter whose
serviceSidedName is as specified (ignoring case). Otherwise false will be
returned.public boolean containsParameterShellWithCommonName(String commonName)
commonName -
true if this ParameterContainer contains a ParameterShell with a Parameter whose
commonName is as specified. Otherwise false will be returned.
public void setParameterValue(String commonName,
Object newValue)
throws OXFException
commonName - newValue -
OXFException - if there is no ParameterShell whose parameter has the specified commonName.
public void setParameterValueArray(String commonName,
Object[] newValues)
throws OXFException
commonName - newValues -
OXFException - if there is no ParameterShell whose parameter has the specified commonName.public List<ParameterShell> getParameterShells()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||