public class ValidValue extends Reference
valid_value asset type in IGC, displayed as 'Valid Value' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ReferenceList |
design_column
The
design_column property, displayed as 'Design Column' in the IGC UI. |
protected String |
name
The
name property, displayed as 'Name' in the IGC UI. |
protected String |
rule_component
The
rule_component property, displayed as 'Rule Component' in the IGC UI. |
protected String |
rule_type
The
rule_type property, displayed as 'Rule Type' in the IGC UI. |
protected String |
short_description
The
short_description property, displayed as 'Short Description' in the IGC UI. |
protected Reference |
valid_value_list
The
valid_value_list property, displayed as 'Valid Value List' in the IGC UI. |
| Constructor and Description |
|---|
ValidValue() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
canBeCreated() |
static List<String> |
getAllProperties() |
ReferenceList |
getDesignColumn() |
static String |
getIgcTypeDisplayName() |
static String |
getIgcTypeId() |
static List<String> |
getNonRelationshipProperties() |
static List<String> |
getPagedRelationshipProperties() |
String |
getRuleComponent() |
String |
getRuleType() |
String |
getShortDescription() |
static List<String> |
getStringProperties() |
String |
getTheName() |
Reference |
getValidValueList() |
static Boolean |
includesModificationDetails() |
static Boolean |
isValidValue(Object obj) |
void |
setDesignColumn(ReferenceList design_column) |
void |
setRuleComponent(String rule_component) |
void |
setRuleType(String rule_type) |
void |
setShortDescription(String short_description) |
void |
setTheName(String name) |
void |
setValidValueList(Reference valid_value_list) |
canAssetBeCreatedFromPOJO, getAllPropertiesFromPOJO, getAssetDetails, getAssetTypeForSearch, getAssetTypeFromPOJO, getAssetWithSubsetOfProperties, getAssetWithSubsetOfProperties, getAssetWithSubsetOfProperties, getContext, getDisplayNameFromPOJO, getFieldByName, getFullAssetDetails, getId, getIdentity, getName, getNonRelationshipPropertiesFromPOJO, getPagedRelationalPropertiesFromPOJO, getPropertyByName, getStringPropertiesFromPOJO, getType, getUrl, hasModificationDetails, hasModificationDetails, hasProperty, isCreatableFromPOJO, isFullyRetrieved, isReference, isReference, isReferenceList, isReferenceList, isSimpleType, isSimpleType, populateContext, populateModificationDetails, setContext, setFullyRetrieved, setId, setName, setPropertyByName, setType, setUrlgetAllFields, toStringprotected String rule_component
rule_component property, displayed as 'Rule Component' in the IGC UI.protected String rule_type
rule_type property, displayed as 'Rule Type' in the IGC UI.protected String name
name property, displayed as 'Name' in the IGC UI.protected String short_description
short_description property, displayed as 'Short Description' in the IGC UI.protected Reference valid_value_list
valid_value_list property, displayed as 'Valid Value List' in the IGC UI.
Reference to a ValidValueList object.protected ReferenceList design_column
design_column property, displayed as 'Design Column' in the IGC UI.
ReferenceList of DataItem objects.public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public String getRuleComponent()
rule_componentpublic void setRuleComponent(String rule_component)
rule_componentpublic String getShortDescription()
short_descriptionpublic void setShortDescription(String short_description)
short_descriptionpublic Reference getValidValueList()
valid_value_listpublic void setValidValueList(Reference valid_value_list)
valid_value_listpublic ReferenceList getDesignColumn()
design_columnpublic void setDesignColumn(ReferenceList design_column)
design_columnpublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.