public class Parameterval extends Reference
parameterval asset type in IGC, displayed as 'ParameterVal' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected Parameter |
bindsParameterDef |
protected DataConnection |
forDataConnection |
protected FunctionCall2 |
forFunctionCall |
protected MainObject |
forJobObject |
protected ItemList<FunctionCall2> |
hasFunctionCall |
protected String |
parameterName |
protected Number |
sequence |
protected String |
usage
Valid values are:
DEFAULT (displayed in the UI as 'DEFAULT')
IN (displayed in the UI as 'IN')
OUT (displayed in the UI as 'OUT')
INOUT (displayed in the UI as 'INOUT')
RETURN (displayed in the UI as 'RETURN')
|
protected String |
valueExpression |
| Constructor and Description |
|---|
Parameterval() |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
getBindsParameterDef()
Retrieve the
binds_parameter_def property (displayed as 'Binds Parameter Def') of the object. |
DataConnection |
getForDataConnection()
Retrieve the
for_data_connection property (displayed as 'For Data Connection') of the object. |
FunctionCall2 |
getForFunctionCall()
Retrieve the
for_function_call property (displayed as 'For Function Call') of the object. |
MainObject |
getForJobObject()
Retrieve the
for_job_object property (displayed as 'For Job Object') of the object. |
ItemList<FunctionCall2> |
getHasFunctionCall()
Retrieve the
has_function_call property (displayed as 'Has Function Call') of the object. |
String |
getParameterName()
Retrieve the
parameter_name property (displayed as 'Parameter Name') of the object. |
Number |
getSequence()
Retrieve the
sequence property (displayed as 'Sequence') of the object. |
String |
getUsage()
Retrieve the
usage property (displayed as 'Usage') of the object. |
String |
getValueExpression()
Retrieve the
value_expression property (displayed as 'Value Expression') of the object. |
void |
setBindsParameterDef(Parameter bindsParameterDef)
Set the
binds_parameter_def property (displayed as Binds Parameter Def) of the object. |
void |
setForDataConnection(DataConnection forDataConnection)
Set the
for_data_connection property (displayed as For Data Connection) of the object. |
void |
setForFunctionCall(FunctionCall2 forFunctionCall)
Set the
for_function_call property (displayed as For Function Call) of the object. |
void |
setForJobObject(MainObject forJobObject)
Set the
for_job_object property (displayed as For Job Object) of the object. |
void |
setHasFunctionCall(ItemList<FunctionCall2> hasFunctionCall)
Set the
has_function_call property (displayed as Has Function Call) of the object. |
void |
setParameterName(String parameterName)
Set the
parameter_name property (displayed as Parameter Name) of the object. |
void |
setSequence(Number sequence)
Set the
sequence property (displayed as Sequence) of the object. |
void |
setUsage(String usage)
Set the
usage property (displayed as Usage) of the object. |
void |
setValueExpression(String valueExpression)
Set the
value_expression property (displayed as Value Expression) of the object. |
areModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected Parameter bindsParameterDef
protected DataConnection forDataConnection
protected FunctionCall2 forFunctionCall
protected MainObject forJobObject
protected ItemList<FunctionCall2> hasFunctionCall
protected String parameterName
protected Number sequence
protected String usage
protected String valueExpression
public Parameter getBindsParameterDef()
binds_parameter_def property (displayed as 'Binds Parameter Def') of the object.Parameterpublic void setBindsParameterDef(Parameter bindsParameterDef)
binds_parameter_def property (displayed as Binds Parameter Def) of the object.bindsParameterDef - the value to setpublic DataConnection getForDataConnection()
for_data_connection property (displayed as 'For Data Connection') of the object.DataConnectionpublic void setForDataConnection(DataConnection forDataConnection)
for_data_connection property (displayed as For Data Connection) of the object.forDataConnection - the value to setpublic FunctionCall2 getForFunctionCall()
for_function_call property (displayed as 'For Function Call') of the object.FunctionCall2public void setForFunctionCall(FunctionCall2 forFunctionCall)
for_function_call property (displayed as For Function Call) of the object.forFunctionCall - the value to setpublic MainObject getForJobObject()
for_job_object property (displayed as 'For Job Object') of the object.MainObjectpublic void setForJobObject(MainObject forJobObject)
for_job_object property (displayed as For Job Object) of the object.forJobObject - the value to setpublic ItemList<FunctionCall2> getHasFunctionCall()
has_function_call property (displayed as 'Has Function Call') of the object.ItemList<FunctionCall2>public void setHasFunctionCall(ItemList<FunctionCall2> hasFunctionCall)
has_function_call property (displayed as Has Function Call) of the object.hasFunctionCall - the value to setpublic String getParameterName()
parameter_name property (displayed as 'Parameter Name') of the object.Stringpublic void setParameterName(String parameterName)
parameter_name property (displayed as Parameter Name) of the object.parameterName - the value to setpublic Number getSequence()
sequence property (displayed as 'Sequence') of the object.Numberpublic void setSequence(Number sequence)
sequence property (displayed as Sequence) of the object.sequence - the value to setpublic String getUsage()
usage property (displayed as 'Usage') of the object.Stringpublic void setUsage(String usage)
usage property (displayed as Usage) of the object.usage - the value to setpublic String getValueExpression()
value_expression property (displayed as 'Value Expression') of the object.Stringpublic void setValueExpression(String valueExpression)
value_expression property (displayed as Value Expression) of the object.valueExpression - the value to setCopyright © 2018–2021 ODPi. All rights reserved.