Interface RegisterDimension
- All Superinterfaces:
- BasicFeature,- org.eclipse.emf.ecore.EObject,- MdObject,- org.eclipse.emf.common.notify.Notifier,- TypeDescriptionProvider
- All Known Subinterfaces:
- AccountingRegisterDimension,- AccumulationRegisterDimension,- CalculationRegisterDimension,- InformationRegisterDimension
- All Known Implementing Classes:
- AccountingRegisterDimensionImpl,- AccumulationRegisterDimensionImpl,- CalculationRegisterDimensionImpl,- InformationRegisterDimensionImpl,- RegisterDimensionImpl
 A representation of the model object 'Register Dimension'.
 
 
The following features are supported:
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Full Text Search' attribute.Returns the value of the 'Indexing' attribute.booleanReturns the value of the 'Deny Incomplete Values' attribute.voidsetDenyIncompleteValues(boolean value) Sets the value of the 'Deny Incomplete Values' attribute.voidSets the value of the 'Full Text Search' attribute.voidsetIndexing(Indexing value) Sets the value of the 'Indexing' attribute.Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.BasicFeaturegetChoiceFoldersAndItems, 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, validateMethods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObjectgetComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuidMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.TypeDescriptionProvidergetTypeDescription
- 
Method Details- 
isDenyIncompleteValuesboolean isDenyIncompleteValues()Returns the value of the 'Deny Incomplete Values' attribute.- Returns:
- the value of the 'Deny Incomplete Values' attribute.
- See Also:
 
- 
setDenyIncompleteValuesvoid setDenyIncompleteValues(boolean value) Sets the value of the 'Deny Incomplete Values' attribute.- Parameters:
- value- the new value of the 'Deny Incomplete Values' attribute.
- See Also:
 
- 
getIndexingIndexing getIndexing()Returns the value of the 'Indexing' attribute. The literals are from the enumerationIndexing.- Returns:
- the value of the 'Indexing' attribute.
- See Also:
 
- 
setIndexingSets the value of the 'Indexing' attribute.- Parameters:
- value- the new value of the 'Indexing' attribute.
- See Also:
 
- 
getFullTextSearchFullTextSearchUsing 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:
 
- 
setFullTextSearchSets the value of the 'Full Text Search' attribute.- Parameters:
- value- the new value of the 'Full Text Search' attribute.
- See Also:
 
 
-