public class ValidValueRange extends Reference
valid_value_range asset type in IGC, displayed as 'Valid Value Range' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<DataItem> |
designColumn |
protected Boolean |
isMaxInclusive |
protected Boolean |
isMinInclusive |
protected String |
maximumValue |
protected String |
minimumValue |
protected String |
name |
protected String |
nativeId |
protected String |
shortDescription |
protected ValidValueList |
validValueList |
| Constructor and Description |
|---|
ValidValueRange() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<DataItem> |
getDesignColumn()
Retrieve the
design_column property (displayed as 'Design Column') of the object. |
Boolean |
getIsMaxInclusive()
Retrieve the
is_max_inclusive property (displayed as 'Is Max Inclusive') of the object. |
Boolean |
getIsMinInclusive()
Retrieve the
is_min_inclusive property (displayed as 'Is Min Inclusive') of the object. |
String |
getMaximumValue()
Retrieve the
maximum_value property (displayed as 'Maximum Value') of the object. |
String |
getMinimumValue()
Retrieve the
minimum_value property (displayed as 'Minimum Value') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
String |
getShortDescription()
Retrieve the
short_description property (displayed as 'Short Description') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
ValidValueList |
getValidValueList()
Retrieve the
valid_value_list property (displayed as 'Valid Value List') of the object. |
void |
setDesignColumn(ItemList<DataItem> designColumn)
Set the
design_column property (displayed as Design Column) of the object. |
void |
setIsMaxInclusive(Boolean isMaxInclusive)
Set the
is_max_inclusive property (displayed as Is Max Inclusive) of the object. |
void |
setIsMinInclusive(Boolean isMinInclusive)
Set the
is_min_inclusive property (displayed as Is Min Inclusive) of the object. |
void |
setMaximumValue(String maximumValue)
Set the
maximum_value property (displayed as Maximum Value) of the object. |
void |
setMinimumValue(String minimumValue)
Set the
minimum_value property (displayed as Minimum Value) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setShortDescription(String shortDescription)
Set the
short_description property (displayed as Short Description) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
void |
setValidValueList(ValidValueList validValueList)
Set the
valid_value_list property (displayed as Valid Value List) 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 Boolean isMaxInclusive
protected Boolean isMinInclusive
protected String maximumValue
protected String minimumValue
protected String name
protected String nativeId
protected String shortDescription
protected ValidValueList validValueList
public ItemList<DataItem> getDesignColumn()
design_column property (displayed as 'Design Column') of the object.ItemList<DataItem>public void setDesignColumn(ItemList<DataItem> designColumn)
design_column property (displayed as Design Column) of the object.designColumn - the value to setpublic Boolean getIsMaxInclusive()
is_max_inclusive property (displayed as 'Is Max Inclusive') of the object.Booleanpublic void setIsMaxInclusive(Boolean isMaxInclusive)
is_max_inclusive property (displayed as Is Max Inclusive) of the object.isMaxInclusive - the value to setpublic Boolean getIsMinInclusive()
is_min_inclusive property (displayed as 'Is Min Inclusive') of the object.Booleanpublic void setIsMinInclusive(Boolean isMinInclusive)
is_min_inclusive property (displayed as Is Min Inclusive) of the object.isMinInclusive - the value to setpublic String getMaximumValue()
maximum_value property (displayed as 'Maximum Value') of the object.Stringpublic void setMaximumValue(String maximumValue)
maximum_value property (displayed as Maximum Value) of the object.maximumValue - the value to setpublic String getMinimumValue()
minimum_value property (displayed as 'Minimum Value') of the object.Stringpublic void setMinimumValue(String minimumValue)
minimum_value property (displayed as Minimum Value) of the object.minimumValue - 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 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 ValidValueList getValidValueList()
valid_value_list property (displayed as 'Valid Value List') of the object.ValidValueListpublic void setValidValueList(ValidValueList validValueList)
valid_value_list property (displayed as Valid Value List) of the object.validValueList - the value to setCopyright © 2018–2021 ODPi. All rights reserved.