Interface RegisterAttribute
- All Superinterfaces:
BasicFeature
,org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
,TypeDescriptionProvider
- All Known Subinterfaces:
AccountingRegisterAttribute
,AccumulationRegisterAttribute
,CalculationRegisterAttribute
,InformationRegisterAttribute
- All Known Implementing Classes:
AccountingRegisterAttributeImpl
,AccumulationRegisterAttributeImpl
,CalculationRegisterAttributeImpl
,InformationRegisterAttributeImpl
,RegisterAttributeImpl
A representation of the model object 'Register Attribute'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Binary Data Storage Location Use' attribute.Returns the value of the 'Binary Data Storage Location Use Field' reference.Returns the value of the 'Full Text Search' attribute.Returns the value of the 'Indexing' attribute.void
Sets the value of the 'Binary Data Storage Location Use
' attribute.void
Sets the value of the 'Binary Data Storage Location Use Field
' reference.void
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 Details
-
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:
-
setIndexing
Sets the value of the 'Indexing
' attribute.- Parameters:
value
- the new value of the 'Indexing' attribute.- See Also:
-
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:
-
setFullTextSearch
Sets the value of the 'Full Text Search
' attribute.- Parameters:
value
- the new value of the 'Full Text Search' attribute.- See Also:
-
getBinaryDataStorageLocationUse
BinaryDataStorageLocationUse getBinaryDataStorageLocationUse()Returns the value of the 'Binary Data Storage Location Use' attribute. The literals are from the enumerationBinaryDataStorageLocationUse
.- Returns:
- the value of the 'Binary Data Storage Location Use' attribute.
- See Also:
-
setBinaryDataStorageLocationUse
Sets the value of the 'Binary Data Storage Location Use
' attribute.- Parameters:
value
- the new value of the 'Binary Data Storage Location Use' attribute.- See Also:
-
getBinaryDataStorageLocationUseField
MdObject getBinaryDataStorageLocationUseField()Returns the value of the 'Binary Data Storage Location Use Field' reference.- Returns:
- the value of the 'Binary Data Storage Location Use Field' reference.
- See Also:
-
setBinaryDataStorageLocationUseField
Sets the value of the 'Binary Data Storage Location Use Field
' reference.- Parameters:
value
- the new value of the 'Binary Data Storage Location Use Field' reference.- See Also:
-