public class StageVariable extends DataItem implements ColumnLevelLineage
stage_variable asset type in IGC, displayed as 'Stage Variable' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
expression |
protected ItemList<DataItem> |
nextStageColumns |
protected ItemList<DataItem> |
previousStageColumns |
protected Stage |
stage |
allowNullValues, allowsEmptyValue, allowsNullValues, basedOn, calendar, dataItemDefinition, dataType, defaultValue, displaySize, fraction, hasDimension, isComputed, isSigned, itemKind, length, level, minimumLength, odbcType, position, type, unique, validatedByDataValuesblueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
StageVariable() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getExpression()
Retrieve the
expression property (displayed as 'Expression') of the object. |
ItemList<DataItem> |
getNextStageColumns()
Retrieve the
next_stage_columns property (displayed as 'Next Stage Columns or Variables') of the object. |
ItemList<DataItem> |
getPreviousStageColumns()
Retrieve the
previous_stage_columns property (displayed as 'Previous Stage Columns or Variables') of the object. |
Stage |
getStage()
Retrieve the
stage property (displayed as 'Stage') of the object. |
void |
setExpression(List<String> expression)
Set the
expression property (displayed as Expression) of the object. |
void |
setNextStageColumns(ItemList<DataItem> nextStageColumns)
Set the
next_stage_columns property (displayed as Next Stage Columns or Variables) of the object. |
void |
setPreviousStageColumns(ItemList<DataItem> previousStageColumns)
Set the
previous_stage_columns property (displayed as Previous Stage Columns or Variables) of the object. |
void |
setStage(Stage stage)
Set the
stage property (displayed as Stage) of the object. |
getAllowNullValues, getAllowsEmptyValue, getAllowsNullValues, getBasedOn, getCalendar, getDataItemDefinition, getDataType, getDefaultValue, getDisplaySize, getFraction, getHasDimension, getIsComputed, getIsSigned, getItemKind, getLength, getLevel, getMinimumLength, getOdbcType, getPosition, getTheType, getUnique, getValidatedByDataValues, setAllowNullValues, setAllowsEmptyValue, setAllowsNullValues, setBasedOn, setCalendar, setDataItemDefinition, setDataType, setDefaultValue, setDisplaySize, setFraction, setHasDimension, setIsComputed, setIsSigned, setItemKind, setLength, setLevel, setMinimumLength, setOdbcType, setPosition, setTheType, setUnique, setValidatedByDataValuesgetBlueprintElements, getImpactedBy, getImpactsOn, getInCollections, getNativeId, getReadByDesign, getReadByOperational, getReadByStatic, getReadByUserDefined, getWrittenByDesign, getWrittenByOperational, getWrittenByStatic, getWrittenByUserDefined, setBlueprintElements, setImpactedBy, setImpactsOn, setInCollections, setNativeId, setReadByDesign, setReadByOperational, setReadByStatic, setReadByUserDefined, setWrittenByDesign, setWrittenByOperational, setWrittenByStatic, setWrittenByUserDefinedgetAssignedToTerms, getGovernedByRules, getImplementsRules, getLabels, getLongDescription, getShortDescription, getStewards, getTheName, setAssignedToTerms, setGovernedByRules, setImplementsRules, setLabels, setLongDescription, setShortDescription, setStewards, setTheNameareModificationDetailsPopulated, 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, setUrltoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetContext, getName, getOdbcType, setContext, setName, setOdbcTypeprotected Stage stage
public List<String> getExpression()
expression property (displayed as 'Expression') of the object.List<String>public void setExpression(List<String> expression)
expression property (displayed as Expression) of the object.expression - the value to setpublic ItemList<DataItem> getNextStageColumns()
next_stage_columns property (displayed as 'Next Stage Columns or Variables') of the object.getNextStageColumns in interface ColumnLevelLineageItemList<DataItem>public void setNextStageColumns(ItemList<DataItem> nextStageColumns)
next_stage_columns property (displayed as Next Stage Columns or Variables) of the object.setNextStageColumns in interface ColumnLevelLineagenextStageColumns - the value to setpublic ItemList<DataItem> getPreviousStageColumns()
previous_stage_columns property (displayed as 'Previous Stage Columns or Variables') of the object.getPreviousStageColumns in interface ColumnLevelLineageItemList<DataItem>public void setPreviousStageColumns(ItemList<DataItem> previousStageColumns)
previous_stage_columns property (displayed as Previous Stage Columns or Variables) of the object.setPreviousStageColumns in interface ColumnLevelLineagepreviousStageColumns - the value to setpublic Stage getStage()
stage property (displayed as 'Stage') of the object.Stagepublic void setStage(Stage stage)
stage property (displayed as Stage) of the object.stage - the value to setCopyright © 2018–2021 ODPi. All rights reserved.