public class DsparameterSet extends Reference
dsparameter_set asset type in IGC, displayed as 'Parameter' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultValue |
protected String |
displayCaption |
protected String |
helpText |
protected String |
longDescription |
protected String |
name |
protected String |
nativeId |
protected ParameterSet2 |
ofParameterSet |
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 |
|---|
DsparameterSet() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue()
Retrieve the
default_value property (displayed as 'Default Value') of the object. |
String |
getDisplayCaption()
Retrieve the
display_caption property (displayed as 'Display Caption') of the object. |
String |
getHelpText()
Retrieve the
help_text property (displayed as 'Help Text') of the object. |
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. |
ParameterSet2 |
getOfParameterSet()
Retrieve the
of_parameter_set 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 |
setDefaultValue(String defaultValue)
Set the
default_value property (displayed as Default Value) of the object. |
void |
setDisplayCaption(String displayCaption)
Set the
display_caption property (displayed as Display Caption) of the object. |
void |
setHelpText(String helpText)
Set the
help_text property (displayed as Help Text) 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 |
setOfParameterSet(ParameterSet2 ofParameterSet)
Set the
of_parameter_set 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 defaultValue
protected String displayCaption
protected String helpText
protected String longDescription
protected String name
protected String nativeId
protected ParameterSet2 ofParameterSet
protected String shortDescription
protected String type
public String getDefaultValue()
default_value property (displayed as 'Default Value') of the object.Stringpublic void setDefaultValue(String defaultValue)
default_value property (displayed as Default Value) of the object.defaultValue - the value to setpublic String getDisplayCaption()
display_caption property (displayed as 'Display Caption') of the object.Stringpublic void setDisplayCaption(String displayCaption)
display_caption property (displayed as Display Caption) of the object.displayCaption - the value to setpublic String getHelpText()
help_text property (displayed as 'Help Text') of the object.Stringpublic void setHelpText(String helpText)
help_text property (displayed as Help Text) of the object.helpText - the value to setpublic 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 ParameterSet2 getOfParameterSet()
of_parameter_set property (displayed as 'Context') of the object.ParameterSet2public void setOfParameterSet(ParameterSet2 ofParameterSet)
of_parameter_set property (displayed as Context) of the object.ofParameterSet - 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.