public class Parameterval extends Reference
parameterval asset type in IGC, displayed as 'ParameterVal' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected Reference |
binds_parameter_def
The
binds_parameter_def property, displayed as 'Binds Parameter Def' in the IGC UI. |
protected String |
created_by
The
created_by property, displayed as 'Created By' in the IGC UI. |
protected Date |
created_on
The
created_on property, displayed as 'Created On' in the IGC UI. |
protected Reference |
for_data_connection
The
for_data_connection property, displayed as 'For Data Connection' in the IGC UI. |
protected Reference |
for_function_call
The
for_function_call property, displayed as 'For Function Call' in the IGC UI. |
protected Reference |
for_job_object
The
for_job_object property, displayed as 'For Job Object' in the IGC UI. |
protected ReferenceList |
has_function_call
The
has_function_call property, displayed as 'Has Function Call' in the IGC UI. |
protected String |
modified_by
The
modified_by property, displayed as 'Modified By' in the IGC UI. |
protected Date |
modified_on
The
modified_on property, displayed as 'Modified On' in the IGC UI. |
protected String |
parameter_name
The
parameter_name property, displayed as 'Parameter Name' in the IGC UI. |
protected Number |
sequence
The
sequence property, displayed as 'Sequence' in the IGC UI. |
protected String |
usage
The
usage property, displayed as 'Usage' in the IGC UI. |
protected String |
value_expression
The
value_expression property, displayed as 'Value Expression' in the IGC UI. |
| Constructor and Description |
|---|
Parameterval() |
canAssetBeCreatedFromPOJO, getAllPropertiesFromPOJO, getAssetDetails, getAssetTypeForSearch, getAssetTypeFromPOJO, getAssetWithSubsetOfProperties, getAssetWithSubsetOfProperties, getAssetWithSubsetOfProperties, getContext, getDisplayNameFromPOJO, getFieldByName, getFullAssetDetails, getId, getIdentity, getName, getNonRelationshipPropertiesFromPOJO, getPagedRelationalPropertiesFromPOJO, getPropertyByName, getStringPropertiesFromPOJO, getType, getUrl, hasModificationDetails, hasModificationDetails, hasProperty, isCreatableFromPOJO, isFullyRetrieved, isReference, isReference, isReferenceList, isReferenceList, isSimpleType, isSimpleType, populateContext, populateModificationDetails, setContext, setFullyRetrieved, setId, setName, setPropertyByName, setType, setUrlgetAllFields, toStringprotected String parameter_name
parameter_name property, displayed as 'Parameter Name' in the IGC UI.protected String value_expression
value_expression property, displayed as 'Value Expression' in the IGC UI.protected Reference binds_parameter_def
protected ReferenceList has_function_call
has_function_call property, displayed as 'Has Function Call' in the IGC UI.
ReferenceList of FunctionCall2 objects.protected Reference for_function_call
for_function_call property, displayed as 'For Function Call' in the IGC UI.
Reference to a FunctionCall2 object.protected Reference for_job_object
for_job_object property, displayed as 'For Job Object' in the IGC UI.
Reference to a MainObject object.protected String usage
usage property, displayed as 'Usage' in the IGC UI.
protected Reference for_data_connection
for_data_connection property, displayed as 'For Data Connection' in the IGC UI.
Reference to a DataConnection object.protected Number sequence
sequence property, displayed as 'Sequence' in the IGC UI.protected String created_by
created_by property, displayed as 'Created By' in the IGC UI.protected Date created_on
created_on property, displayed as 'Created On' in the IGC UI.protected String modified_by
modified_by property, displayed as 'Modified By' in the IGC UI.protected Date modified_on
modified_on property, displayed as 'Modified On' in the IGC UI.public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public String getParameterName()
parameter_namepublic void setParameterName(String parameter_name)
parameter_namepublic String getValueExpression()
value_expressionpublic void setValueExpression(String value_expression)
value_expressionpublic Reference getBindsParameterDef()
binds_parameter_defpublic void setBindsParameterDef(Reference binds_parameter_def)
binds_parameter_defpublic ReferenceList getHasFunctionCall()
has_function_callpublic void setHasFunctionCall(ReferenceList has_function_call)
has_function_callpublic Reference getForFunctionCall()
for_function_callpublic void setForFunctionCall(Reference for_function_call)
for_function_callpublic Reference getForJobObject()
for_job_objectpublic void setForJobObject(Reference for_job_object)
for_job_objectpublic Reference getForDataConnection()
for_data_connectionpublic void setForDataConnection(Reference for_data_connection)
for_data_connectionpublic String getCreatedBy()
created_bypublic void setCreatedBy(String created_by)
created_bypublic Date getCreatedOn()
created_onpublic void setCreatedOn(Date created_on)
created_onpublic String getModifiedBy()
modified_bypublic void setModifiedBy(String modified_by)
modified_bypublic Date getModifiedOn()
modified_onpublic void setModifiedOn(Date modified_on)
modified_onpublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.