public class Dsparameter extends Reference
dsparameter asset type in IGC, displayed as 'Parameter' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
longDescription |
protected String |
name |
protected String |
nativeId |
protected SharedContainer |
ofContainerDef |
protected String |
shortDescription |
protected String |
type
Valid values are:
UNUSED (displayed in the UI as 'UNUSED')
ENCRYPTED (displayed in the UI as 'ENCRYPTED')
PATHNAME (displayed in the UI as 'PATHNAME')
STRINGLIST (displayed in the UI as 'STRINGLIST')
INPUTCOL (displayed in the UI as 'INPUTCOL')
OUTPUTCOL (displayed in the UI as 'OUTPUTCOL')
NCHAR (displayed in the UI as 'NCHAR')
PARAMETERSET (displayed in the UI as 'PARAMETERSET')
|
| Constructor and Description |
|---|
Dsparameter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLongDescription()
Retrieve the
long_description property (displayed as 'Long Description') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
SharedContainer |
getOfContainerDef()
Retrieve the
of_container_def property (displayed as 'Context') of the object. |
String |
getShortDescription()
Retrieve the
short_description property (displayed as 'Short Description') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
String |
getTheType()
Retrieve the
type property (displayed as 'Type') of the object. |
void |
setLongDescription(String longDescription)
Set the
long_description property (displayed as Long Description) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setOfContainerDef(SharedContainer ofContainerDef)
Set the
of_container_def property (displayed as Context) of the object. |
void |
setShortDescription(String shortDescription)
Set the
short_description property (displayed as Short Description) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
void |
setTheType(String type)
Set the
type property (displayed as Type) of the object. |
areModificationDetailsPopulated, 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 longDescription
protected String name
protected String nativeId
protected SharedContainer ofContainerDef
protected String shortDescription
protected String type
public String getLongDescription()
long_description property (displayed as 'Long Description') of the object.Stringpublic void setLongDescription(String longDescription)
long_description property (displayed as Long Description) of the object.longDescription - the value to setpublic String getTheName()
name property (displayed as 'Name') of the object.Stringpublic void setTheName(String name)
name property (displayed as Name) of the object.name - the value to setpublic String getNativeId()
native_id property (displayed as 'Native ID') of the object.Stringpublic void setNativeId(String nativeId)
native_id property (displayed as Native ID) of the object.nativeId - the value to setpublic SharedContainer getOfContainerDef()
of_container_def property (displayed as 'Context') of the object.SharedContainerpublic void setOfContainerDef(SharedContainer ofContainerDef)
of_container_def property (displayed as Context) of the object.ofContainerDef - the value to setpublic String getShortDescription()
short_description property (displayed as 'Short Description') of the object.Stringpublic void setShortDescription(String shortDescription)
short_description property (displayed as Short Description) of the object.shortDescription - the value to setpublic String getTheType()
type property (displayed as 'Type') of the object.Stringpublic void setTheType(String type)
type property (displayed as Type) of the object.type - the value to setCopyright © 2018–2021 ODPi. All rights reserved.