public class ValidValueList2 extends Reference
validvaluelist asset type in IGC, displayed as 'ValidValueList' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<Validvalues> |
containsValidValues |
protected ItemList<InformationAsset> |
customAttributeDefOfHasValidValuesInverse |
protected Boolean |
isCaseSensitive |
protected Boolean |
isNot |
protected Number |
sequence |
protected ItemList<ValidValueList2> |
validValueListOfContainsValidValuesInverse |
| Constructor and Description |
|---|
ValidValueList2() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Validvalues> |
getContainsValidValues()
Retrieve the
contains_valid_values property (displayed as 'Contains Valid Values') of the object. |
ItemList<InformationAsset> |
getCustomAttributeDefOfHasValidValuesInverse()
Retrieve the
custom_attribute_def_of_has_valid_values_inverse property (displayed as 'Custom Attribute Def Of Has Valid Values Inverse') of the object. |
Boolean |
getIsCaseSensitive()
Retrieve the
is_case_sensitive property (displayed as 'Is Case Sensitive') of the object. |
Boolean |
getIsNot()
Retrieve the
is_not property (displayed as 'Is Not') of the object. |
Number |
getSequence()
Retrieve the
sequence property (displayed as 'Sequence') of the object. |
ItemList<ValidValueList2> |
getValidValueListOfContainsValidValuesInverse()
Retrieve the
valid_value_list_of_contains_valid_values_inverse property (displayed as 'Valid Value List Of Contains Valid Values Inverse') of the object. |
void |
setContainsValidValues(ItemList<Validvalues> containsValidValues)
Set the
contains_valid_values property (displayed as Contains Valid Values) of the object. |
void |
setCustomAttributeDefOfHasValidValuesInverse(ItemList<InformationAsset> customAttributeDefOfHasValidValuesInverse)
Set the
custom_attribute_def_of_has_valid_values_inverse property (displayed as Custom Attribute Def Of Has Valid Values Inverse) of the object. |
void |
setIsCaseSensitive(Boolean isCaseSensitive)
Set the
is_case_sensitive property (displayed as Is Case Sensitive) of the object. |
void |
setIsNot(Boolean isNot)
Set the
is_not property (displayed as Is Not) of the object. |
void |
setSequence(Number sequence)
Set the
sequence property (displayed as Sequence) of the object. |
void |
setValidValueListOfContainsValidValuesInverse(ItemList<ValidValueList2> validValueListOfContainsValidValuesInverse)
Set the
valid_value_list_of_contains_valid_values_inverse property (displayed as Valid Value List Of Contains Valid Values Inverse) 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 ItemList<Validvalues> containsValidValues
protected ItemList<InformationAsset> customAttributeDefOfHasValidValuesInverse
protected Boolean isCaseSensitive
protected Boolean isNot
protected Number sequence
protected ItemList<ValidValueList2> validValueListOfContainsValidValuesInverse
public ItemList<Validvalues> getContainsValidValues()
contains_valid_values property (displayed as 'Contains Valid Values') of the object.ItemList<Validvalues>public void setContainsValidValues(ItemList<Validvalues> containsValidValues)
contains_valid_values property (displayed as Contains Valid Values) of the object.containsValidValues - the value to setpublic ItemList<InformationAsset> getCustomAttributeDefOfHasValidValuesInverse()
custom_attribute_def_of_has_valid_values_inverse property (displayed as 'Custom Attribute Def Of Has Valid Values Inverse') of the object.ItemList<InformationAsset>public void setCustomAttributeDefOfHasValidValuesInverse(ItemList<InformationAsset> customAttributeDefOfHasValidValuesInverse)
custom_attribute_def_of_has_valid_values_inverse property (displayed as Custom Attribute Def Of Has Valid Values Inverse) of the object.customAttributeDefOfHasValidValuesInverse - the value to setpublic Boolean getIsCaseSensitive()
is_case_sensitive property (displayed as 'Is Case Sensitive') of the object.Booleanpublic void setIsCaseSensitive(Boolean isCaseSensitive)
is_case_sensitive property (displayed as Is Case Sensitive) of the object.isCaseSensitive - the value to setpublic Boolean getIsNot()
is_not property (displayed as 'Is Not') of the object.Booleanpublic void setIsNot(Boolean isNot)
is_not property (displayed as Is Not) of the object.isNot - the value to setpublic Number getSequence()
sequence property (displayed as 'Sequence') of the object.Numberpublic void setSequence(Number sequence)
sequence property (displayed as Sequence) of the object.sequence - the value to setpublic ItemList<ValidValueList2> getValidValueListOfContainsValidValuesInverse()
valid_value_list_of_contains_valid_values_inverse property (displayed as 'Valid Value List Of Contains Valid Values Inverse') of the object.ItemList<ValidValueList2>public void setValidValueListOfContainsValidValuesInverse(ItemList<ValidValueList2> validValueListOfContainsValidValuesInverse)
valid_value_list_of_contains_valid_values_inverse property (displayed as Valid Value List Of Contains Valid Values Inverse) of the object.validValueListOfContainsValidValuesInverse - the value to setCopyright © 2018–2021 ODPi. All rights reserved.