public class DataItemProperties extends Reference
data_item_properties asset type in IGC, displayed as 'Data Item Properties' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
aptFieldProp |
protected String |
association |
protected Parameter |
belongingToParameterDefinition |
protected ColumnDefinition |
columnDefinition |
protected String |
dateMask |
protected String |
dependField |
protected String |
fieldType |
protected String |
fillerParents |
protected DataItem |
flowVariable |
protected Boolean |
hasSignIndicator |
protected Boolean |
isUString |
protected String |
nlsMap |
protected String |
padChar |
protected String |
redefinedField |
protected Number |
scale |
protected Number |
scdPurpose |
protected Number |
signOption |
protected Boolean |
syncIndicator |
protected String |
usage |
| Constructor and Description |
|---|
DataItemProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAptFieldProp()
Retrieve the
apt_field_prop property (displayed as 'APT Field Prop') of the object. |
String |
getAssociation()
Retrieve the
association property (displayed as 'Association') of the object. |
Parameter |
getBelongingToParameterDefinition()
Retrieve the
belonging_to_parameter_definition property (displayed as 'Belonging to Parameter Definition') of the object. |
ColumnDefinition |
getColumnDefinition()
Retrieve the
column_definition property (displayed as 'Column Definition') of the object. |
String |
getDateMask()
Retrieve the
date_mask property (displayed as 'Date Mask') of the object. |
String |
getDependField()
Retrieve the
depend_field property (displayed as 'Depend Field') of the object. |
String |
getFieldType()
Retrieve the
field_type property (displayed as 'Field Type') of the object. |
String |
getFillerParents()
Retrieve the
filler_parents property (displayed as 'Filler Parents') of the object. |
DataItem |
getFlowVariable()
Retrieve the
flow_variable property (displayed as 'Flow Variable') of the object. |
Boolean |
getHasSignIndicator()
Retrieve the
has_sign_indicator property (displayed as 'Has Sign Indicator') of the object. |
Boolean |
getIsUString()
Retrieve the
is_u_string property (displayed as 'Is U String') of the object. |
String |
getNlsMap()
Retrieve the
nls_map property (displayed as 'NLS Map') of the object. |
String |
getPadChar()
Retrieve the
pad_char property (displayed as 'Pad Char') of the object. |
String |
getRedefinedField()
Retrieve the
redefined_field property (displayed as 'Redefined Field') of the object. |
Number |
getScale()
Retrieve the
scale property (displayed as 'Scale') of the object. |
Number |
getScdPurpose()
Retrieve the
scd_purpose property (displayed as 'SCD Purpose') of the object. |
Number |
getSignOption()
Retrieve the
sign_option property (displayed as 'Sign Option') of the object. |
Boolean |
getSyncIndicator()
Retrieve the
sync_indicator property (displayed as 'Sync Indicator') of the object. |
String |
getUsage()
Retrieve the
usage property (displayed as 'Usage') of the object. |
void |
setAptFieldProp(String aptFieldProp)
Set the
apt_field_prop property (displayed as APT Field Prop) of the object. |
void |
setAssociation(String association)
Set the
association property (displayed as Association) of the object. |
void |
setBelongingToParameterDefinition(Parameter belongingToParameterDefinition)
Set the
belonging_to_parameter_definition property (displayed as Belonging to Parameter Definition) of the object. |
void |
setColumnDefinition(ColumnDefinition columnDefinition)
Set the
column_definition property (displayed as Column Definition) of the object. |
void |
setDateMask(String dateMask)
Set the
date_mask property (displayed as Date Mask) of the object. |
void |
setDependField(String dependField)
Set the
depend_field property (displayed as Depend Field) of the object. |
void |
setFieldType(String fieldType)
Set the
field_type property (displayed as Field Type) of the object. |
void |
setFillerParents(String fillerParents)
Set the
filler_parents property (displayed as Filler Parents) of the object. |
void |
setFlowVariable(DataItem flowVariable)
Set the
flow_variable property (displayed as Flow Variable) of the object. |
void |
setHasSignIndicator(Boolean hasSignIndicator)
Set the
has_sign_indicator property (displayed as Has Sign Indicator) of the object. |
void |
setIsUString(Boolean isUString)
Set the
is_u_string property (displayed as Is U String) of the object. |
void |
setNlsMap(String nlsMap)
Set the
nls_map property (displayed as NLS Map) of the object. |
void |
setPadChar(String padChar)
Set the
pad_char property (displayed as Pad Char) of the object. |
void |
setRedefinedField(String redefinedField)
Set the
redefined_field property (displayed as Redefined Field) of the object. |
void |
setScale(Number scale)
Set the
scale property (displayed as Scale) of the object. |
void |
setScdPurpose(Number scdPurpose)
Set the
scd_purpose property (displayed as SCD Purpose) of the object. |
void |
setSignOption(Number signOption)
Set the
sign_option property (displayed as Sign Option) of the object. |
void |
setSyncIndicator(Boolean syncIndicator)
Set the
sync_indicator property (displayed as Sync Indicator) of the object. |
void |
setUsage(String usage)
Set the
usage property (displayed as Usage) 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 aptFieldProp
protected String association
protected Parameter belongingToParameterDefinition
protected ColumnDefinition columnDefinition
protected String dateMask
protected String dependField
protected String fieldType
protected String fillerParents
protected DataItem flowVariable
protected Boolean hasSignIndicator
protected Boolean isUString
protected String nlsMap
protected String padChar
protected String redefinedField
protected Number scale
protected Number scdPurpose
protected Number signOption
protected Boolean syncIndicator
protected String usage
public String getAptFieldProp()
apt_field_prop property (displayed as 'APT Field Prop') of the object.Stringpublic void setAptFieldProp(String aptFieldProp)
apt_field_prop property (displayed as APT Field Prop) of the object.aptFieldProp - the value to setpublic String getAssociation()
association property (displayed as 'Association') of the object.Stringpublic void setAssociation(String association)
association property (displayed as Association) of the object.association - the value to setpublic Parameter getBelongingToParameterDefinition()
belonging_to_parameter_definition property (displayed as 'Belonging to Parameter Definition') of the object.Parameterpublic void setBelongingToParameterDefinition(Parameter belongingToParameterDefinition)
belonging_to_parameter_definition property (displayed as Belonging to Parameter Definition) of the object.belongingToParameterDefinition - the value to setpublic ColumnDefinition getColumnDefinition()
column_definition property (displayed as 'Column Definition') of the object.ColumnDefinitionpublic void setColumnDefinition(ColumnDefinition columnDefinition)
column_definition property (displayed as Column Definition) of the object.columnDefinition - the value to setpublic String getDateMask()
date_mask property (displayed as 'Date Mask') of the object.Stringpublic void setDateMask(String dateMask)
date_mask property (displayed as Date Mask) of the object.dateMask - the value to setpublic String getDependField()
depend_field property (displayed as 'Depend Field') of the object.Stringpublic void setDependField(String dependField)
depend_field property (displayed as Depend Field) of the object.dependField - the value to setpublic String getFieldType()
field_type property (displayed as 'Field Type') of the object.Stringpublic void setFieldType(String fieldType)
field_type property (displayed as Field Type) of the object.fieldType - the value to setpublic String getFillerParents()
filler_parents property (displayed as 'Filler Parents') of the object.Stringpublic void setFillerParents(String fillerParents)
filler_parents property (displayed as Filler Parents) of the object.fillerParents - the value to setpublic DataItem getFlowVariable()
flow_variable property (displayed as 'Flow Variable') of the object.DataItempublic void setFlowVariable(DataItem flowVariable)
flow_variable property (displayed as Flow Variable) of the object.flowVariable - the value to setpublic Boolean getHasSignIndicator()
has_sign_indicator property (displayed as 'Has Sign Indicator') of the object.Booleanpublic void setHasSignIndicator(Boolean hasSignIndicator)
has_sign_indicator property (displayed as Has Sign Indicator) of the object.hasSignIndicator - the value to setpublic Boolean getIsUString()
is_u_string property (displayed as 'Is U String') of the object.Booleanpublic void setIsUString(Boolean isUString)
is_u_string property (displayed as Is U String) of the object.isUString - the value to setpublic String getNlsMap()
nls_map property (displayed as 'NLS Map') of the object.Stringpublic void setNlsMap(String nlsMap)
nls_map property (displayed as NLS Map) of the object.nlsMap - the value to setpublic String getPadChar()
pad_char property (displayed as 'Pad Char') of the object.Stringpublic void setPadChar(String padChar)
pad_char property (displayed as Pad Char) of the object.padChar - the value to setpublic String getRedefinedField()
redefined_field property (displayed as 'Redefined Field') of the object.Stringpublic void setRedefinedField(String redefinedField)
redefined_field property (displayed as Redefined Field) of the object.redefinedField - the value to setpublic Number getScale()
scale property (displayed as 'Scale') of the object.Numberpublic void setScale(Number scale)
scale property (displayed as Scale) of the object.scale - the value to setpublic Number getScdPurpose()
scd_purpose property (displayed as 'SCD Purpose') of the object.Numberpublic void setScdPurpose(Number scdPurpose)
scd_purpose property (displayed as SCD Purpose) of the object.scdPurpose - the value to setpublic Number getSignOption()
sign_option property (displayed as 'Sign Option') of the object.Numberpublic void setSignOption(Number signOption)
sign_option property (displayed as Sign Option) of the object.signOption - the value to setpublic Boolean getSyncIndicator()
sync_indicator property (displayed as 'Sync Indicator') of the object.Booleanpublic void setSyncIndicator(Boolean syncIndicator)
sync_indicator property (displayed as Sync Indicator) of the object.syncIndicator - the value to setpublic String getUsage()
usage property (displayed as 'Usage') of the object.Stringpublic void setUsage(String usage)
usage property (displayed as Usage) of the object.usage - the value to setCopyright © 2018–2021 ODPi. All rights reserved.