public class StoredProcedureParameter extends InformationAsset
stored_procedure_parameter asset type in IGC, displayed as 'Stored Procedure Parameter' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
dataType
Valid values are:
INT8 (displayed in the UI as 'INT8')
INT16 (displayed in the UI as 'INT16')
INT32 (displayed in the UI as 'INT32')
INT64 (displayed in the UI as 'INT64')
SFLOAT (displayed in the UI as 'SFLOAT')
DFLOAT (displayed in the UI as 'DFLOAT')
QFLOAT (displayed in the UI as 'QFLOAT')
DECIMAL (displayed in the UI as 'DECIMAL')
STRING (displayed in the UI as 'STRING')
BINARY (displayed in the UI as 'BINARY')
BOOLEAN (displayed in the UI as 'BOOLEAN')
DATE (displayed in the UI as 'DATE')
TIME (displayed in the UI as 'TIME')
DATETIME (displayed in the UI as 'DATETIME')
DURATION (displayed in the UI as 'DURATION')
CHOICE (displayed in the UI as 'CHOICE')
ORDERED_GROUP (displayed in the UI as 'ORDERED_GROUP')
UNORDERED_GROUP (displayed in the UI as 'UNORDERED_GROUP')
GUID (displayed in the UI as 'GUID')
UNKNOWN (displayed in the UI as 'UNKNOWN')
JSON (displayed in the UI as 'JSON')
XML (displayed in the UI as 'XML')
|
protected Number |
fraction |
protected Number |
length |
protected Number |
minimumLength |
protected ItemList<InformationAsset> |
readsFromDesign |
protected ItemList<InformationAsset> |
readsFromOperational |
protected ItemList<InformationAsset> |
readsFromStatic |
protected ItemList<InformationAsset> |
readsFromUserDefined |
protected StoredProcedure |
storedProcedure |
protected ItemList<InformationAsset> |
writesToDesign |
protected ItemList<InformationAsset> |
writesToOperational |
protected ItemList<InformationAsset> |
writesToStatic |
protected ItemList<InformationAsset> |
writesToUserDefined |
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
StoredProcedureParameter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataType()
Retrieve the
data_type property (displayed as 'Data Type') of the object. |
Number |
getFraction()
Retrieve the
fraction property (displayed as 'Fraction') 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<InformationAsset> |
getReadsFromDesign()
Retrieve the
reads_from_(design) property (displayed as 'Reads from (Design)') of the object. |
ItemList<InformationAsset> |
getReadsFromOperational()
Retrieve the
reads_from_(operational) property (displayed as 'Reads from (Operational)') of the object. |
ItemList<InformationAsset> |
getReadsFromStatic()
Retrieve the
reads_from_(static) property (displayed as 'Reads from (Static)') of the object. |
ItemList<InformationAsset> |
getReadsFromUserDefined()
Retrieve the
reads_from_(user_defined) property (displayed as 'Reads from (User-Defined)') of the object. |
StoredProcedure |
getStoredProcedure()
Retrieve the
stored_procedure property (displayed as 'Stored Procedure') of the object. |
ItemList<InformationAsset> |
getWritesToDesign()
Retrieve the
writes_to_(design) property (displayed as 'Writes to (Design)') of the object. |
ItemList<InformationAsset> |
getWritesToOperational()
Retrieve the
writes_to_(operational) property (displayed as 'Writes to (Operational)') of the object. |
ItemList<InformationAsset> |
getWritesToStatic()
Retrieve the
writes_to_(static) property (displayed as 'Writes to (Static)') of the object. |
ItemList<InformationAsset> |
getWritesToUserDefined()
Retrieve the
writes_to_(user_defined) property (displayed as 'Writes to (User-Defined)') of the object. |
void |
setDataType(String dataType)
Set the
data_type property (displayed as Data Type) of the object. |
void |
setFraction(Number fraction)
Set the
fraction property (displayed as Fraction) 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 |
setReadsFromDesign(ItemList<InformationAsset> readsFromDesign)
Set the
reads_from_(design) property (displayed as Reads from (Design)) of the object. |
void |
setReadsFromOperational(ItemList<InformationAsset> readsFromOperational)
Set the
reads_from_(operational) property (displayed as Reads from (Operational)) of the object. |
void |
setReadsFromStatic(ItemList<InformationAsset> readsFromStatic)
Set the
reads_from_(static) property (displayed as Reads from (Static)) of the object. |
void |
setReadsFromUserDefined(ItemList<InformationAsset> readsFromUserDefined)
Set the
reads_from_(user_defined) property (displayed as Reads from (User-Defined)) of the object. |
void |
setStoredProcedure(StoredProcedure storedProcedure)
Set the
stored_procedure property (displayed as Stored Procedure) of the object. |
void |
setWritesToDesign(ItemList<InformationAsset> writesToDesign)
Set the
writes_to_(design) property (displayed as Writes to (Design)) of the object. |
void |
setWritesToOperational(ItemList<InformationAsset> writesToOperational)
Set the
writes_to_(operational) property (displayed as Writes to (Operational)) of the object. |
void |
setWritesToStatic(ItemList<InformationAsset> writesToStatic)
Set the
writes_to_(static) property (displayed as Writes to (Static)) of the object. |
void |
setWritesToUserDefined(ItemList<InformationAsset> writesToUserDefined)
Set the
writes_to_(user_defined) property (displayed as Writes to (User-Defined)) 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, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected String dataType
protected Number fraction
protected Number length
protected Number minimumLength
protected ItemList<InformationAsset> readsFromDesign
protected ItemList<InformationAsset> readsFromOperational
protected ItemList<InformationAsset> readsFromStatic
protected ItemList<InformationAsset> readsFromUserDefined
protected StoredProcedure storedProcedure
protected ItemList<InformationAsset> writesToDesign
protected ItemList<InformationAsset> writesToOperational
protected ItemList<InformationAsset> writesToStatic
protected ItemList<InformationAsset> writesToUserDefined
public String getDataType()
data_type property (displayed as 'Data Type') of the object.Stringpublic void setDataType(String dataType)
data_type property (displayed as Data Type) of the object.dataType - the value to setpublic Number getFraction()
fraction property (displayed as 'Fraction') of the object.Numberpublic void setFraction(Number fraction)
fraction property (displayed as Fraction) of the object.fraction - 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<InformationAsset> getReadsFromDesign()
reads_from_(design) property (displayed as 'Reads from (Design)') of the object.ItemList<InformationAsset>public void setReadsFromDesign(ItemList<InformationAsset> readsFromDesign)
reads_from_(design) property (displayed as Reads from (Design)) of the object.readsFromDesign - the value to setpublic ItemList<InformationAsset> getReadsFromOperational()
reads_from_(operational) property (displayed as 'Reads from (Operational)') of the object.ItemList<InformationAsset>public void setReadsFromOperational(ItemList<InformationAsset> readsFromOperational)
reads_from_(operational) property (displayed as Reads from (Operational)) of the object.readsFromOperational - the value to setpublic ItemList<InformationAsset> getReadsFromStatic()
reads_from_(static) property (displayed as 'Reads from (Static)') of the object.ItemList<InformationAsset>public void setReadsFromStatic(ItemList<InformationAsset> readsFromStatic)
reads_from_(static) property (displayed as Reads from (Static)) of the object.readsFromStatic - the value to setpublic ItemList<InformationAsset> getReadsFromUserDefined()
reads_from_(user_defined) property (displayed as 'Reads from (User-Defined)') of the object.ItemList<InformationAsset>public void setReadsFromUserDefined(ItemList<InformationAsset> readsFromUserDefined)
reads_from_(user_defined) property (displayed as Reads from (User-Defined)) of the object.readsFromUserDefined - the value to setpublic StoredProcedure getStoredProcedure()
stored_procedure property (displayed as 'Stored Procedure') of the object.StoredProcedurepublic void setStoredProcedure(StoredProcedure storedProcedure)
stored_procedure property (displayed as Stored Procedure) of the object.storedProcedure - the value to setpublic ItemList<InformationAsset> getWritesToDesign()
writes_to_(design) property (displayed as 'Writes to (Design)') of the object.ItemList<InformationAsset>public void setWritesToDesign(ItemList<InformationAsset> writesToDesign)
writes_to_(design) property (displayed as Writes to (Design)) of the object.writesToDesign - the value to setpublic ItemList<InformationAsset> getWritesToOperational()
writes_to_(operational) property (displayed as 'Writes to (Operational)') of the object.ItemList<InformationAsset>public void setWritesToOperational(ItemList<InformationAsset> writesToOperational)
writes_to_(operational) property (displayed as Writes to (Operational)) of the object.writesToOperational - the value to setpublic ItemList<InformationAsset> getWritesToStatic()
writes_to_(static) property (displayed as 'Writes to (Static)') of the object.ItemList<InformationAsset>public void setWritesToStatic(ItemList<InformationAsset> writesToStatic)
writes_to_(static) property (displayed as Writes to (Static)) of the object.writesToStatic - the value to setpublic ItemList<InformationAsset> getWritesToUserDefined()
writes_to_(user_defined) property (displayed as 'Writes to (User-Defined)') of the object.ItemList<InformationAsset>public void setWritesToUserDefined(ItemList<InformationAsset> writesToUserDefined)
writes_to_(user_defined) property (displayed as Writes to (User-Defined)) of the object.writesToUserDefined - the value to setCopyright © 2018–2021 ODPi. All rights reserved.