public class AttributeTypeField extends InformationAsset
attribute_type_field asset type in IGC, displayed as 'Attribute Type Field' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
aliasBusinessName |
protected AttributeType |
attributeType |
protected AttributeType |
attributeTypeForQuery |
protected Number |
length |
protected Boolean |
required |
protected String |
type
Valid values are:
CHAR (displayed in the UI as 'CHAR')
DATETIME (displayed in the UI as 'DATETIME')
SQWORD (displayed in the UI as 'SQWORD')
UDWORD (displayed in the UI as 'UDWORD')
UWORD (displayed in the UI as 'UWORD')
VARCHAR (displayed in the UI as 'VARCHAR')
|
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
AttributeTypeField() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasBusinessName()
Retrieve the
alias_(business_name) property (displayed as 'Alias (Business Name)') of the object. |
AttributeType |
getAttributeType()
Retrieve the
attribute_type property (displayed as 'Attribute Type') of the object. |
AttributeType |
getAttributeTypeForQuery()
Retrieve the
attribute_type_for_query property (displayed as 'Attribute Type') of the object. |
Number |
getLength()
Retrieve the
length property (displayed as 'Length') of the object. |
Boolean |
getRequired()
Retrieve the
required property (displayed as 'Required') of the object. |
String |
getTheType()
Retrieve the
type property (displayed as 'Type') of the object. |
void |
setAliasBusinessName(String aliasBusinessName)
Set the
alias_(business_name) property (displayed as Alias (Business Name)) of the object. |
void |
setAttributeType(AttributeType attributeType)
Set the
attribute_type property (displayed as Attribute Type) of the object. |
void |
setAttributeTypeForQuery(AttributeType attributeTypeForQuery)
Set the
attribute_type_for_query property (displayed as Attribute Type) of the object. |
void |
setLength(Number length)
Set the
length property (displayed as Length) of the object. |
void |
setRequired(Boolean required)
Set the
required property (displayed as Required) of the object. |
void |
setTheType(String type)
Set the
type property (displayed as Type) of the object. |
getBlueprintElements, getImpactedBy, getImpactsOn, getInCollections, getNativeId, getReadByDesign, getReadByOperational, getReadByStatic, getReadByUserDefined, getWrittenByDesign, getWrittenByOperational, getWrittenByStatic, getWrittenByUserDefined, setBlueprintElements, setImpactedBy, setImpactsOn, setInCollections, setNativeId, setReadByDesign, setReadByOperational, setReadByStatic, setReadByUserDefined, setWrittenByDesign, setWrittenByOperational, setWrittenByStatic, setWrittenByUserDefinedgetAssignedToTerms, 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 String aliasBusinessName
protected AttributeType attributeType
protected AttributeType attributeTypeForQuery
protected Number length
protected Boolean required
protected String type
public String getAliasBusinessName()
alias_(business_name) property (displayed as 'Alias (Business Name)') of the object.Stringpublic void setAliasBusinessName(String aliasBusinessName)
alias_(business_name) property (displayed as Alias (Business Name)) of the object.aliasBusinessName - the value to setpublic AttributeType getAttributeType()
attribute_type property (displayed as 'Attribute Type') of the object.AttributeTypepublic void setAttributeType(AttributeType attributeType)
attribute_type property (displayed as Attribute Type) of the object.attributeType - the value to setpublic AttributeType getAttributeTypeForQuery()
attribute_type_for_query property (displayed as 'Attribute Type') of the object.AttributeTypepublic void setAttributeTypeForQuery(AttributeType attributeTypeForQuery)
attribute_type_for_query property (displayed as Attribute Type) of the object.attributeTypeForQuery - the value to setpublic Number getLength()
length property (displayed as 'Length') of the object.Numberpublic void setLength(Number length)
length property (displayed as Length) of the object.length - the value to setpublic Boolean getRequired()
required property (displayed as 'Required') of the object.Booleanpublic void setRequired(Boolean required)
required property (displayed as Required) of the object.required - the value to setpublic String getTheType()
type property (displayed as 'Type') of the object.Stringpublic void setTheType(String type)
type property (displayed as Type) of the object.type - the value to setCopyright © 2018–2021 ODPi. All rights reserved.