public class ValidValueList extends Reference
valid_value_list asset type in IGC, displayed as 'Valid Value List' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<DataItem> |
designColumn |
protected String |
name |
protected String |
nativeId |
protected String |
shortDescription |
protected ValidValueList |
validValueList |
protected ItemList<DataItemValue> |
validValues |
| Constructor and Description |
|---|
ValidValueList() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<DataItem> |
getDesignColumn()
Retrieve the
design_column property (displayed as 'Design Column') 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. |
ItemList<DataItemValue> |
getValidValues()
Retrieve the
valid_values property (displayed as 'Valid Values') of the object. |
void |
setDesignColumn(ItemList<DataItem> designColumn)
Set the
design_column property (displayed as Design Column) 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. |
void |
setValidValues(ItemList<DataItemValue> validValues)
Set the
valid_values property (displayed as Valid Values) 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 String name
protected String nativeId
protected String shortDescription
protected ValidValueList validValueList
protected ItemList<DataItemValue> validValues
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 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 setpublic ItemList<DataItemValue> getValidValues()
valid_values property (displayed as 'Valid Values') of the object.ItemList<DataItemValue>public void setValidValues(ItemList<DataItemValue> validValues)
valid_values property (displayed as Valid Values) of the object.validValues - the value to setCopyright © 2018–2021 ODPi. All rights reserved.