public class DesignStoredProcedureParameter extends InformationAsset
design_stored_procedure_parameter asset type in IGC, displayed as 'Design 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 DesignStoredProcedure |
designStoredProcedure |
protected Number |
fraction |
protected Number |
length |
protected Number |
minimumLength |
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
DesignStoredProcedureParameter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataType()
Retrieve the
data_type property (displayed as 'Data Type') of the object. |
DesignStoredProcedure |
getDesignStoredProcedure()
Retrieve the
design_stored_procedure property (displayed as 'Design Stored Procedure') 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. |
void |
setDataType(String dataType)
Set the
data_type property (displayed as Data Type) of the object. |
void |
setDesignStoredProcedure(DesignStoredProcedure designStoredProcedure)
Set the
design_stored_procedure property (displayed as Design Stored Procedure) 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. |
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 DesignStoredProcedure designStoredProcedure
protected Number fraction
protected Number length
protected Number minimumLength
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 DesignStoredProcedure getDesignStoredProcedure()
design_stored_procedure property (displayed as 'Design Stored Procedure') of the object.DesignStoredProcedurepublic void setDesignStoredProcedure(DesignStoredProcedure designStoredProcedure)
design_stored_procedure property (displayed as Design Stored Procedure) of the object.designStoredProcedure - 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 setCopyright © 2018–2021 ODPi. All rights reserved.