public class ParameterSet2 extends MainObject
parameterset asset type in IGC, displayed as 'ParameterSet' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<Parameter> |
hasParameterDef |
protected String |
nativeId |
protected ItemList<Parameter> |
usedAsParameterDef |
assignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
ParameterSet2() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Parameter> |
getHasParameterDef()
Retrieve the
has_parameter_def property (displayed as 'Has Parameter Def') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
ItemList<Parameter> |
getUsedAsParameterDef()
Retrieve the
used_as_parameter_def property (displayed as 'Used As Parameter Def') of the object. |
void |
setHasParameterDef(ItemList<Parameter> hasParameterDef)
Set the
has_parameter_def property (displayed as Has Parameter Def) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setUsedAsParameterDef(ItemList<Parameter> usedAsParameterDef)
Set the
used_as_parameter_def property (displayed as Used As Parameter Def) of the object. |
getAssignedToTerms, 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 nativeId
public ItemList<Parameter> getHasParameterDef()
has_parameter_def property (displayed as 'Has Parameter Def') of the object.ItemList<Parameter>public void setHasParameterDef(ItemList<Parameter> hasParameterDef)
has_parameter_def property (displayed as Has Parameter Def) of the object.hasParameterDef - 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<Parameter> getUsedAsParameterDef()
used_as_parameter_def property (displayed as 'Used As Parameter Def') of the object.ItemList<Parameter>Copyright © 2018–2021 ODPi. All rights reserved.