public class Parameter extends Reference
parameter asset type in IGC, displayed as 'Parameter' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
allow_null_values
The
allow_null_values property, displayed as 'Null Value' in the IGC UI. |
protected Boolean |
allows_empty_value
The
allows_empty_value property, displayed as 'Allows Empty Value' in the IGC UI. |
protected Boolean |
allows_null_values
The
allows_null_values property, displayed as 'Allow Null Values' in the IGC UI. |
protected ReferenceList |
assigned_to_terms
The
assigned_to_terms property, displayed as 'Assigned to Terms' in the IGC UI. |
protected String |
based_on
The
based_on property, displayed as 'Based On ' in the IGC UI. |
protected String |
calendar
The
calendar property, displayed as 'Calendar' in the IGC UI. |
protected String |
connection_property
The
connection_property property, displayed as 'Connection Property' in the IGC UI. |
protected Reference |
data_item_definition
The
data_item_definition property, displayed as 'Data Item Definition' in the IGC UI. |
protected String |
data_type
The
data_type property, displayed as 'Type Code' in the IGC UI. |
protected String |
default_value
The
default_value property, displayed as 'Default Value' in the IGC UI. |
protected ReferenceList |
defines_parameter_val
The
defines_parameter_val property, displayed as 'Defines Parameter Val' in the IGC UI. |
protected Number |
display_size
The
display_size property, displayed as 'Display Size' in the IGC UI. |
protected Number |
fraction
The
fraction property, displayed as 'Scale' in the IGC UI. |
protected ReferenceList |
governed_by_rules
The
governed_by_rules property, displayed as 'Governed by Rules' in the IGC UI. |
protected ReferenceList |
has_dimension
The
has_dimension property, displayed as 'Has Dimension' in the IGC UI. |
protected ReferenceList |
implements_rules
The
implements_rules property, displayed as 'Implements Rules' in the IGC UI. |
protected Boolean |
is_computed
The
is_computed property, displayed as 'Is Computed' in the IGC UI. |
protected Boolean |
is_connection_property
The
is_connection_property property, displayed as 'Is Connection Property' in the IGC UI. |
protected Reference |
is_parameter_set
The
is_parameter_set property, displayed as 'Is Parameter Set' in the IGC UI. |
protected Reference |
is_return_of_function
The
is_return_of_function property, displayed as 'Is Return Of Function' in the IGC UI. |
protected Boolean |
is_signed
The
is_signed property, displayed as 'Is Signed' in the IGC UI. |
protected String |
item_kind
The
item_kind property, displayed as 'Item Kind' in the IGC UI. |
protected ReferenceList |
labels
The
labels property, displayed as 'Labels' in the IGC UI. |
protected Number |
length
The
length property, displayed as 'Maximum Length' in the IGC UI. |
protected Number |
level
The
level property, displayed as 'Level Number' in the IGC UI. |
protected String |
long_description
The
long_description property, displayed as 'Long Description' in the IGC UI. |
protected Number |
minimum_length
The
minimum_length property, displayed as 'Minimum Length' in the IGC UI. |
protected String |
name
The
name property, displayed as 'Name' in the IGC UI. |
protected String |
odbc_type
The
odbc_type property, displayed as 'ODBC Type' in the IGC UI. |
protected Reference |
of_container_def
The
of_container_def property, displayed as 'Of Container Def' in the IGC UI. |
protected Reference |
of_function
The
of_function property, displayed as 'Of Function' in the IGC UI. |
protected Reference |
of_job_def
The
of_job_def property, displayed as 'Of Job Def' in the IGC UI. |
protected Reference |
of_parameter_set
The
of_parameter_set property, displayed as 'Of Parameter Set' in the IGC UI. |
protected Reference |
of_stage_type
The
of_stage_type property, displayed as 'Of Stage Type' in the IGC UI. |
protected Reference |
of_stored_procedure
The
of_stored_procedure property, displayed as 'Of Stored Procedure' in the IGC UI. |
protected Number |
position
The
position property, displayed as 'Position' in the IGC UI. |
protected String |
short_description
The
short_description property, displayed as 'Short Description' in the IGC UI. |
protected ReferenceList |
stewards
The
stewards property, displayed as 'Stewards' in the IGC UI. |
protected String |
type
The
type property, displayed as 'Native Type' in the IGC UI. |
protected Boolean |
unique
The
unique property, displayed as 'Unique' in the IGC UI. |
protected String |
usage
The
usage property, displayed as 'Usage' in the IGC UI. |
protected ReferenceList |
validated_by_data_values
The
validated_by_data_values property, displayed as 'Validated By Data Values' in the IGC UI. |
| Constructor and Description |
|---|
Parameter() |
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 name
name property, displayed as 'Name' in the IGC UI.protected String short_description
short_description property, displayed as 'Short Description' in the IGC UI.protected String long_description
long_description property, displayed as 'Long Description' in the IGC UI.protected ReferenceList labels
protected ReferenceList stewards
stewards property, displayed as 'Stewards' in the IGC UI.
ReferenceList of AsclSteward objects.protected ReferenceList assigned_to_terms
assigned_to_terms property, displayed as 'Assigned to Terms' in the IGC UI.
ReferenceList of Term objects.protected ReferenceList implements_rules
implements_rules property, displayed as 'Implements Rules' in the IGC UI.
ReferenceList of InformationGovernanceRule objects.protected ReferenceList governed_by_rules
governed_by_rules property, displayed as 'Governed by Rules' in the IGC UI.
ReferenceList of InformationGovernanceRule objects.protected Reference is_return_of_function
protected Reference of_container_def
of_container_def property, displayed as 'Of Container Def' in the IGC UI.
Reference to a ReferencedContainer object.protected Reference of_parameter_set
of_parameter_set property, displayed as 'Of Parameter Set' in the IGC UI.
Reference to a ParameterSet2 object.protected Reference is_parameter_set
is_parameter_set property, displayed as 'Is Parameter Set' in the IGC UI.
Reference to a ParameterSet2 object.protected ReferenceList defines_parameter_val
defines_parameter_val property, displayed as 'Defines Parameter Val' in the IGC UI.
ReferenceList of Parameterval objects.protected Reference of_stage_type
protected Reference of_job_def
protected Reference of_stored_procedure
protected String usage
usage property, displayed as 'Usage' in the IGC UI.
protected String connection_property
connection_property property, displayed as 'Connection Property' in the IGC UI.
protected Boolean is_connection_property
is_connection_property property, displayed as 'Is Connection Property' in the IGC UI.protected Reference of_function
protected Reference data_item_definition
data_item_definition property, displayed as 'Data Item Definition' in the IGC UI.
Reference to a DataItemDefinition object.protected Boolean is_signed
is_signed property, displayed as 'Is Signed' in the IGC UI.protected ReferenceList validated_by_data_values
validated_by_data_values property, displayed as 'Validated By Data Values' in the IGC UI.
ReferenceList of DataItemValue objects.protected String type
type property, displayed as 'Native Type' in the IGC UI.protected Boolean is_computed
is_computed property, displayed as 'Is Computed' in the IGC UI.protected Boolean allows_empty_value
allows_empty_value property, displayed as 'Allows Empty Value' in the IGC UI.protected String odbc_type
odbc_type property, displayed as 'ODBC Type' in the IGC UI.
protected String based_on
based_on property, displayed as 'Based On ' in the IGC UI.protected Number position
position property, displayed as 'Position' in the IGC UI.protected String allow_null_values
allow_null_values property, displayed as 'Null Value' in the IGC UI.protected Number fraction
fraction property, displayed as 'Scale' in the IGC UI.protected Boolean allows_null_values
allows_null_values property, displayed as 'Allow Null Values' in the IGC UI.protected String calendar
calendar property, displayed as 'Calendar' in the IGC UI.protected Number display_size
display_size property, displayed as 'Display Size' in the IGC UI.protected Number minimum_length
minimum_length property, displayed as 'Minimum Length' in the IGC UI.protected String item_kind
item_kind property, displayed as 'Item Kind' in the IGC UI.protected ReferenceList has_dimension
has_dimension property, displayed as 'Has Dimension' in the IGC UI.
ReferenceList of Array objects.protected Boolean unique
unique property, displayed as 'Unique' in the IGC UI.protected Number length
length property, displayed as 'Maximum Length' in the IGC UI.protected String data_type
data_type property, displayed as 'Type Code' in the IGC UI.
protected String default_value
default_value property, displayed as 'Default Value' in the IGC UI.protected Number level
level property, displayed as 'Level Number' in the IGC UI.public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public String getShortDescription()
short_descriptionpublic void setShortDescription(String short_description)
short_descriptionpublic String getLongDescription()
long_descriptionpublic void setLongDescription(String long_description)
long_descriptionpublic ReferenceList getLabels()
labelspublic void setLabels(ReferenceList labels)
labelspublic ReferenceList getStewards()
stewardspublic void setStewards(ReferenceList stewards)
stewardspublic ReferenceList getAssignedToTerms()
assigned_to_termspublic void setAssignedToTerms(ReferenceList assigned_to_terms)
assigned_to_termspublic ReferenceList getImplementsRules()
implements_rulespublic void setImplementsRules(ReferenceList implements_rules)
implements_rulespublic ReferenceList getGovernedByRules()
governed_by_rulespublic void setGovernedByRules(ReferenceList governed_by_rules)
governed_by_rulespublic Reference getIsReturnOfFunction()
is_return_of_functionpublic void setIsReturnOfFunction(Reference is_return_of_function)
is_return_of_functionpublic Reference getOfContainerDef()
of_container_defpublic void setOfContainerDef(Reference of_container_def)
of_container_defpublic Reference getOfParameterSet()
of_parameter_setpublic void setOfParameterSet(Reference of_parameter_set)
of_parameter_setpublic Reference getIsParameterSet()
is_parameter_setpublic void setIsParameterSet(Reference is_parameter_set)
is_parameter_setpublic ReferenceList getDefinesParameterVal()
defines_parameter_valpublic void setDefinesParameterVal(ReferenceList defines_parameter_val)
defines_parameter_valpublic Reference getOfStageType()
of_stage_typepublic void setOfStageType(Reference of_stage_type)
of_stage_typepublic Reference getOfJobDef()
of_job_defpublic void setOfJobDef(Reference of_job_def)
of_job_defpublic Reference getOfStoredProcedure()
of_stored_procedurepublic void setOfStoredProcedure(Reference of_stored_procedure)
of_stored_procedurepublic String getConnectionProperty()
connection_propertypublic void setConnectionProperty(String connection_property)
connection_propertypublic Boolean getIsConnectionProperty()
is_connection_propertypublic void setIsConnectionProperty(Boolean is_connection_property)
is_connection_propertypublic Reference getOfFunction()
of_functionpublic void setOfFunction(Reference of_function)
of_functionpublic Reference getDataItemDefinition()
data_item_definitionpublic void setDataItemDefinition(Reference data_item_definition)
data_item_definitionpublic ReferenceList getValidatedByDataValues()
validated_by_data_valuespublic void setValidatedByDataValues(ReferenceList validated_by_data_values)
validated_by_data_valuespublic Boolean getIsComputed()
is_computedpublic void setIsComputed(Boolean is_computed)
is_computedpublic Boolean getAllowsEmptyValue()
allows_empty_valuepublic void setAllowsEmptyValue(Boolean allows_empty_value)
allows_empty_valuepublic String getAllowNullValues()
allow_null_valuespublic void setAllowNullValues(String allow_null_values)
allow_null_valuespublic Boolean getAllowsNullValues()
allows_null_valuespublic void setAllowsNullValues(Boolean allows_null_values)
allows_null_valuespublic Number getDisplaySize()
display_sizepublic void setDisplaySize(Number display_size)
display_sizepublic Number getMinimumLength()
minimum_lengthpublic void setMinimumLength(Number minimum_length)
minimum_lengthpublic ReferenceList getHasDimension()
has_dimensionpublic void setHasDimension(ReferenceList has_dimension)
has_dimensionpublic String getDefaultValue()
default_valuepublic void setDefaultValue(String default_value)
default_valuepublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.