public class StageVariable extends InformationAsset
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 Number |
length |
protected Number |
minimumLength |
protected ItemList<DataItem> |
nextStageColumns |
protected String |
odbcType
Valid values are:
CHAR (displayed in the UI as 'CHAR')
VARCHAR (displayed in the UI as 'VARCHAR')
LONGVARCHAR (displayed in the UI as 'LONGVARCHAR')
WCHAR (displayed in the UI as 'WCHAR')
WVARCHAR (displayed in the UI as 'WVARCHAR')
WLONGVARCHAR (displayed in the UI as 'WLONGVARCHAR')
DECIMAL (displayed in the UI as 'DECIMAL')
NUMERIC (displayed in the UI as 'NUMERIC')
SMALLINT (displayed in the UI as 'SMALLINT')
INTEGER (displayed in the UI as 'INTEGER')
REAL (displayed in the UI as 'REAL')
FLOAT (displayed in the UI as 'FLOAT')
DOUBLE (displayed in the UI as 'DOUBLE')
BIT (displayed in the UI as 'BIT')
TINYINT (displayed in the UI as 'TINYINT')
BIGINT (displayed in the UI as 'BIGINT')
BINARY (displayed in the UI as 'BINARY')
VARBINARY (displayed in the UI as 'VARBINARY')
LONGVARBINARY (displayed in the UI as 'LONGVARBINARY')
DATE (displayed in the UI as 'DATE')
TIME (displayed in the UI as 'TIME')
TIMESTAMP (displayed in the UI as 'TIMESTAMP')
GUID (displayed in the UI as 'GUID')
UNKNOWN (displayed in the UI as 'UNKNOWN')
|
protected ItemList<DataItem> |
previousStageColumns |
protected Stage |
stage |
blueprintElements, 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. |
Number |
getLength()
Retrieve the
length property (displayed as 'Length') of the object. |
Number |
getMinimumLength()
Retrieve the
minimum_length property (displayed as 'Minimum Length') of the object. |
ItemList<DataItem> |
getNextStageColumns()
Retrieve the
next_stage_columns property (displayed as 'Next Stage Columns or Variables') of the object. |
String |
getOdbcType()
Retrieve the
odbc_type property (displayed as 'SQL Type') 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 |
setLength(Number length)
Set the
length property (displayed as Length) of the object. |
void |
setMinimumLength(Number minimumLength)
Set the
minimum_length property (displayed as Minimum Length) 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 |
setOdbcType(String odbcType)
Set the
odbc_type property (displayed as SQL Type) 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. |
getBlueprintElements, 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, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected Number length
protected Number minimumLength
protected String odbcType
protected 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 Number getLength()
length property (displayed as 'Length') of the object.Numberpublic void setLength(Number length)
length property (displayed as Length) of the object.length - the value to setpublic Number getMinimumLength()
minimum_length property (displayed as 'Minimum Length') of the object.Numberpublic void setMinimumLength(Number minimumLength)
minimum_length property (displayed as Minimum Length) of the object.minimumLength - the value to setpublic ItemList<DataItem> getNextStageColumns()
next_stage_columns property (displayed as 'Next Stage Columns or Variables') of the object.ItemList<DataItem>public void setNextStageColumns(ItemList<DataItem> nextStageColumns)
next_stage_columns property (displayed as Next Stage Columns or Variables) of the object.nextStageColumns - the value to setpublic String getOdbcType()
odbc_type property (displayed as 'SQL Type') of the object.Stringpublic void setOdbcType(String odbcType)
odbc_type property (displayed as SQL Type) of the object.odbcType - the value to setpublic ItemList<DataItem> getPreviousStageColumns()
previous_stage_columns property (displayed as 'Previous Stage Columns or Variables') of the object.ItemList<DataItem>public void setPreviousStageColumns(ItemList<DataItem> previousStageColumns)
previous_stage_columns property (displayed as Previous Stage Columns or Variables) of the object.previousStageColumns - 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–2020 ODPi. All rights reserved.