public class SetOperation extends Reference
set_operation asset type in IGC, displayed as 'Set Operation' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<Infoset> |
additionalInputs |
protected Infoset |
infoset |
protected Infoset |
primaryInput |
protected Infoset |
secondaryInput |
protected String |
type
Valid values are:
Union (displayed in the UI as 'Union')
Intersection (displayed in the UI as 'Intersection')
Difference (displayed in the UI as 'Difference')
Subtraction (displayed in the UI as 'Subtraction')
|
| Constructor and Description |
|---|
SetOperation() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Infoset> |
getAdditionalInputs()
Retrieve the
additional_inputs property (displayed as 'Additional Inputs') of the object. |
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. |
Infoset |
getSecondaryInput()
Retrieve the
secondary_input property (displayed as 'Secondary Input') of the object. |
String |
getTheType()
Retrieve the
type property (displayed as 'Set Operation') of the object. |
void |
setAdditionalInputs(ItemList<Infoset> additionalInputs)
Set the
additional_inputs property (displayed as Additional Inputs) 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 |
setSecondaryInput(Infoset secondaryInput)
Set the
secondary_input property (displayed as Secondary Input) of the object. |
void |
setTheType(String type)
Set the
type property (displayed as Set 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 Infoset secondaryInput
protected String type
public ItemList<Infoset> getAdditionalInputs()
additional_inputs property (displayed as 'Additional Inputs') of the object.ItemList<Infoset>public void setAdditionalInputs(ItemList<Infoset> additionalInputs)
additional_inputs property (displayed as Additional Inputs) of the object.additionalInputs - the value to setpublic 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 Infoset getSecondaryInput()
secondary_input property (displayed as 'Secondary Input') of the object.Infosetpublic void setSecondaryInput(Infoset secondaryInput)
secondary_input property (displayed as Secondary Input) of the object.secondaryInput - the value to setpublic String getTheType()
type property (displayed as 'Set Operation') of the object.Stringpublic void setTheType(String type)
type property (displayed as Set Operation) of the object.type - the value to setCopyright © 2018–2021 ODPi. All rights reserved.