public class StartupParams
extends java.lang.Object
These parameters will override default variable values of an ODI scenario when it is executed.
Special notice for variables with the type date, an OdiDateFormat instance must be used to send
 the date format supported by the agent
| Constructor and Description | 
|---|
StartupParams()
Construct a new empty  
ExecutionVariables. | 
StartupParams(java.util.Map pParameters)
Construct a new  
ExecutionVariables with the given map of variables (variable name / value pairs). | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object o)  | 
java.lang.String[] | 
getNames()
Returns the names of the startup parameters. 
 | 
java.lang.String[] | 
getQNames()
Internal use only. 
Returns the names of the startup parameters with the internal prefix.  | 
java.lang.String | 
getQNameValue(java.lang.String pQName)
Internal use only. 
Returns the value of the parameter with the internal prefix.  | 
java.lang.String | 
getValue(java.lang.String pName)
Returns the value of the parameter. 
 | 
int | 
hashCode()  | 
boolean | 
isEmpty()
Returns whether if there's no startup parameters defined. 
 | 
public StartupParams()
ExecutionVariables.public StartupParams(java.util.Map pParameters)
ExecutionVariables with the given map of variables (variable name / value pairs).pParameters - the variablesjava.lang.IllegalArgumentException - if the given map is null.public java.lang.String getValue(java.lang.String pName)
pName - the name of the parameterpublic java.lang.String getQNameValue(java.lang.String pQName)
pName - the name of the parameterpublic java.lang.String[] getQNames()
public java.lang.String[] getNames()
public boolean isEmpty()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object