public class ParameterSetDefinition extends Reference
parameter_set_definition asset type in IGC, displayed as 'Parameter Set Definition' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected TransformationProject |
context |
protected String |
defaultValue |
protected String |
displayCaption |
protected String |
longDescription |
protected String |
name |
protected String |
nativeId |
protected ItemList<DsparameterSet> |
parameters |
protected ItemList<Jobdef> |
referencedByJobs |
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 |
|---|
ParameterSetDefinition() |
| 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 |
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. |
ItemList<DsparameterSet> |
getParameters()
Retrieve the
parameters property (displayed as 'Parameters') of the object. |
ItemList<Jobdef> |
getReferencedByJobs()
Retrieve the
referenced_by_jobs property (displayed as 'Referenced by Jobs') of the object. |
String |
getShortDescription()
Retrieve the
short_description property (displayed as 'Short Description') of the object. |
TransformationProject |
getTheContext()
Retrieve the
context property (displayed as 'Context') 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 |
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 |
setParameters(ItemList<DsparameterSet> parameters)
Set the
parameters property (displayed as Parameters) of the object. |
void |
setReferencedByJobs(ItemList<Jobdef> referencedByJobs)
Set the
referenced_by_jobs property (displayed as Referenced by Jobs) of the object. |
void |
setShortDescription(String shortDescription)
Set the
short_description property (displayed as Short Description) of the object. |
void |
setTheContext(TransformationProject context)
Set the
context property (displayed as Context) 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 TransformationProject context
protected String defaultValue
protected String displayCaption
protected String longDescription
protected String name
protected String nativeId
protected ItemList<DsparameterSet> parameters
protected String shortDescription
protected String type
public TransformationProject getTheContext()
context property (displayed as 'Context') of the object.TransformationProjectpublic void setTheContext(TransformationProject context)
context property (displayed as Context) of the object.context - the value to setpublic 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 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 ItemList<DsparameterSet> getParameters()
parameters property (displayed as 'Parameters') of the object.ItemList<DsparameterSet>public void setParameters(ItemList<DsparameterSet> parameters)
parameters property (displayed as Parameters) of the object.parameters - the value to setpublic ItemList<Jobdef> getReferencedByJobs()
referenced_by_jobs property (displayed as 'Referenced by Jobs') of the object.ItemList<Jobdef>public void setReferencedByJobs(ItemList<Jobdef> referencedByJobs)
referenced_by_jobs property (displayed as Referenced by Jobs) of the object.referencedByJobs - 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.