public class Array extends MainObject
array asset type in IGC, displayed as 'Array' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected DataItem |
belongingToDataItem |
protected Number |
lowerBound |
protected Number |
maximumSize |
protected Number |
minimumSize |
protected String |
nativeId |
protected Array |
nextArray |
protected Array |
previousArray |
assignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
Array() |
| Modifier and Type | Method and Description |
|---|---|
DataItem |
getBelongingToDataItem()
Retrieve the
belonging_to_data_item property (displayed as 'Belonging to Data Item') of the object. |
Number |
getLowerBound()
Retrieve the
lower_bound property (displayed as 'Lower Bound') of the object. |
Number |
getMaximumSize()
Retrieve the
maximum_size property (displayed as 'Maximum Size') of the object. |
Number |
getMinimumSize()
Retrieve the
minimum_size property (displayed as 'Minimum Size') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
Array |
getNextArray()
Retrieve the
next_array property (displayed as 'Next Array') of the object. |
Array |
getPreviousArray()
Retrieve the
previous_array property (displayed as 'Previous Array') of the object. |
void |
setBelongingToDataItem(DataItem belongingToDataItem)
Set the
belonging_to_data_item property (displayed as Belonging to Data Item) of the object. |
void |
setLowerBound(Number lowerBound)
Set the
lower_bound property (displayed as Lower Bound) of the object. |
void |
setMaximumSize(Number maximumSize)
Set the
maximum_size property (displayed as Maximum Size) of the object. |
void |
setMinimumSize(Number minimumSize)
Set the
minimum_size property (displayed as Minimum Size) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setNextArray(Array nextArray)
Set the
next_array property (displayed as Next Array) of the object. |
void |
setPreviousArray(Array previousArray)
Set the
previous_array property (displayed as Previous Array) 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 DataItem belongingToDataItem
protected Number lowerBound
protected Number maximumSize
protected Number minimumSize
protected String nativeId
protected Array nextArray
protected Array previousArray
public DataItem getBelongingToDataItem()
belonging_to_data_item property (displayed as 'Belonging to Data Item') of the object.DataItempublic void setBelongingToDataItem(DataItem belongingToDataItem)
belonging_to_data_item property (displayed as Belonging to Data Item) of the object.belongingToDataItem - the value to setpublic Number getLowerBound()
lower_bound property (displayed as 'Lower Bound') of the object.Numberpublic void setLowerBound(Number lowerBound)
lower_bound property (displayed as Lower Bound) of the object.lowerBound - the value to setpublic Number getMaximumSize()
maximum_size property (displayed as 'Maximum Size') of the object.Numberpublic void setMaximumSize(Number maximumSize)
maximum_size property (displayed as Maximum Size) of the object.maximumSize - the value to setpublic Number getMinimumSize()
minimum_size property (displayed as 'Minimum Size') of the object.Numberpublic void setMinimumSize(Number minimumSize)
minimum_size property (displayed as Minimum Size) of the object.minimumSize - 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 Array getNextArray()
next_array property (displayed as 'Next Array') of the object.Arraypublic void setNextArray(Array nextArray)
next_array property (displayed as Next Array) of the object.nextArray - the value to setpublic Array getPreviousArray()
previous_array property (displayed as 'Previous Array') of the object.Arraypublic void setPreviousArray(Array previousArray)
previous_array property (displayed as Previous Array) of the object.previousArray - the value to setCopyright © 2018–2021 ODPi. All rights reserved.