public class NodeOperation extends Reference
node_operation asset type in IGC, displayed as 'Node Operation' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected Infoset |
infoset |
protected Infoset |
primaryInput |
protected String |
type
Valid values are:
Expand (displayed in the UI as 'Expand')
Collapse (displayed in the UI as 'Collapse')
|
| Constructor and Description |
|---|
NodeOperation() |
| Modifier and Type | Method and Description |
|---|---|
Infoset |
getInfoset()
Retrieve the
infoset property (displayed as 'InfoSet') of the object. |
Infoset |
getPrimaryInput()
Retrieve the
primary_input property (displayed as 'Primary Input') of the object. |
String |
getTheType()
Retrieve the
type property (displayed as 'Node Operation') of the object. |
void |
setInfoset(Infoset infoset)
Set the
infoset property (displayed as InfoSet) of the object. |
void |
setPrimaryInput(Infoset primaryInput)
Set the
primary_input property (displayed as Primary Input) of the object. |
void |
setTheType(String type)
Set the
type property (displayed as Node Operation) 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 Infoset infoset
protected Infoset primaryInput
protected String type
public Infoset getInfoset()
infoset property (displayed as 'InfoSet') of the object.Infosetpublic void setInfoset(Infoset infoset)
infoset property (displayed as InfoSet) of the object.infoset - the value to setpublic Infoset getPrimaryInput()
primary_input property (displayed as 'Primary Input') of the object.Infosetpublic void setPrimaryInput(Infoset primaryInput)
primary_input property (displayed as Primary Input) of the object.primaryInput - the value to setpublic String getTheType()
type property (displayed as 'Node Operation') of the object.Stringpublic void setTheType(String type)
type property (displayed as Node Operation) of the object.type - the value to setCopyright © 2018–2021 ODPi. All rights reserved.