Interface DbObjectAttribute
-
- All Superinterfaces:
BasicFeature
,org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
,TypeDescriptionProvider
- All Known Subinterfaces:
BusinessProcessAttribute
,CatalogAttribute
,ChartOfAccountsAttribute
,ChartOfCalculationTypesAttribute
,ChartOfCharacteristicTypesAttribute
,DocumentAttribute
,ExchangePlanAttribute
,HierarchicalDbObjectAttribute
,TaskAttribute
- All Known Implementing Classes:
BusinessProcessAttributeImpl
,CatalogAttributeImpl
,ChartOfAccountsAttributeImpl
,ChartOfCalculationTypesAttributeImpl
,ChartOfCharacteristicTypesAttributeImpl
,DbObjectAttributeImpl
,DocumentAttributeImpl
,ExchangePlanAttributeImpl
,HierarchicalDbObjectAttributeImpl
,TaskAttributeImpl
public interface DbObjectAttribute extends BasicFeature
A representation of the model object 'Db Object Attribute'.The following features are supported:
- See Also:
MdClassPackage.getDbObjectAttribute()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Value
getFillValue()
Returns the value of the 'Fill Value' containment reference.FullTextSearchUsing
getFullTextSearch()
Returns the value of the 'Full Text Search' attribute.Indexing
getIndexing()
Returns the value of the 'Indexing' attribute.boolean
isFillFromFillingValue()
Returns the value of the 'Fill From Filling Value' attribute.void
setFillFromFillingValue(boolean value)
Sets the value of the 'Fill From Filling Value
' attribute.void
setFillValue(Value value)
Sets the value of the 'Fill Value
' containment reference.void
setFullTextSearch(FullTextSearchUsing value)
Sets the value of the 'Full Text Search
' attribute.void
setIndexing(Indexing value)
Sets the value of the 'Indexing
' attribute.-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.BasicFeature
getChoiceFoldersAndItems, getChoiceForm, getChoiceParameterLinks, getChoiceParameters, getCreateOnInput, getEditFormat, getFillChecking, getFormat, getLinkByType, getMask, getMaxValue, getMinValue, getQuickChoice, getToolTip, getType, isExtendedEdit, isMarkNegatives, isMultiLine, isPasswordMode, setChoiceFoldersAndItems, setChoiceForm, setCreateOnInput, setExtendedEdit, setFillChecking, setLinkByType, setMarkNegatives, setMask, setMaxValue, setMinValue, setMultiLine, setPasswordMode, setQuickChoice, setType, validate
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.TypeDescriptionProvider
getTypeDescription
-
-
-
-
Method Detail
-
isFillFromFillingValue
boolean isFillFromFillingValue()
Returns the value of the 'Fill From Filling Value' attribute.- Returns:
- the value of the 'Fill From Filling Value' attribute.
- See Also:
setFillFromFillingValue(boolean)
,MdClassPackage.getDbObjectAttribute_FillFromFillingValue()
-
setFillFromFillingValue
void setFillFromFillingValue(boolean value)
Sets the value of the 'Fill From Filling Value
' attribute.- Parameters:
value
- the new value of the 'Fill From Filling Value' attribute.- See Also:
isFillFromFillingValue()
-
getFillValue
Value getFillValue()
Returns the value of the 'Fill Value' containment reference.- Returns:
- the value of the 'Fill Value' containment reference.
- See Also:
setFillValue(Value)
,MdClassPackage.getDbObjectAttribute_FillValue()
-
setFillValue
void setFillValue(Value value)
Sets the value of the 'Fill Value
' containment reference.- Parameters:
value
- the new value of the 'Fill Value' containment reference.- See Also:
getFillValue()
-
getIndexing
Indexing getIndexing()
Returns the value of the 'Indexing' attribute. The literals are from the enumerationIndexing
.- Returns:
- the value of the 'Indexing' attribute.
- See Also:
Indexing
,setIndexing(Indexing)
,MdClassPackage.getDbObjectAttribute_Indexing()
-
setIndexing
void setIndexing(Indexing value)
Sets the value of the 'Indexing
' attribute.- Parameters:
value
- the new value of the 'Indexing' attribute.- See Also:
Indexing
,getIndexing()
-
getFullTextSearch
FullTextSearchUsing getFullTextSearch()
Returns the value of the 'Full Text Search' attribute. The literals are from the enumerationFullTextSearchUsing
.- Returns:
- the value of the 'Full Text Search' attribute.
- See Also:
FullTextSearchUsing
,setFullTextSearch(FullTextSearchUsing)
,MdClassPackage.getDbObjectAttribute_FullTextSearch()
-
setFullTextSearch
void setFullTextSearch(FullTextSearchUsing value)
Sets the value of the 'Full Text Search
' attribute.- Parameters:
value
- the new value of the 'Full Text Search' attribute.- See Also:
FullTextSearchUsing
,getFullTextSearch()
-
-