Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.FullTextSearchUsing
Packages that use FullTextSearchUsing
Package
Description
-
Uses of FullTextSearchUsing in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type FullTextSearchUsingModifier and TypeFieldDescriptionstatic final List<FullTextSearchUsing>FullTextSearchUsing.VALUESA public read-only list of all the 'Full Text Search Using' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return FullTextSearchUsingModifier and TypeMethodDescriptionstatic FullTextSearchUsingFullTextSearchUsing.get(int value) Returns the 'Full Text Search Using' literal with the specified integer value.static FullTextSearchUsingReturns the 'Full Text Search Using' literal with the specified literal value.static FullTextSearchUsingReturns the 'Full Text Search Using' literal with the specified name.AccountingRegister.getFullTextSearch()Returns the value of the 'Full Text Search' attribute.AccumulationRegister.getFullTextSearch()Returns the value of the 'Full Text Search' attribute.AddressingAttribute.getFullTextSearch()Returns the value of the 'Full Text Search' attribute.BasicDbObject.getFullTextSearch()Returns the value of the 'Full Text Search' attribute.CalculationRegister.getFullTextSearch()Returns the value of the 'Full Text Search' attribute.CommonAttribute.getFullTextSearch()Returns the value of the 'Full Text Search' attribute.DbObjectAttribute.getFullTextSearch()Returns the value of the 'Full Text Search' attribute.InformationRegister.getFullTextSearch()Returns the value of the 'Full Text Search' attribute.RegisterAttribute.getFullTextSearch()Returns the value of the 'Full Text Search' attribute.RegisterDimension.getFullTextSearch()Returns the value of the 'Full Text Search' attribute.RegisterResource.getFullTextSearch()Returns the value of the 'Full Text Search' attribute.StandardAttribute.getFullTextSearch()Returns the value of the 'Full Text Search' attribute.TabularSectionAttribute.getFullTextSearch()Returns the value of the 'Full Text Search' attribute.static FullTextSearchUsingReturns the enum constant of this class with the specified name.static FullTextSearchUsing[]FullTextSearchUsing.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type FullTextSearchUsingModifier and TypeMethodDescriptionvoidAccountingRegister.setFullTextSearch(FullTextSearchUsing value) Sets the value of the 'Full Text Search' attribute.voidAccumulationRegister.setFullTextSearch(FullTextSearchUsing value) Sets the value of the 'Full Text Search' attribute.voidAddressingAttribute.setFullTextSearch(FullTextSearchUsing value) Sets the value of the 'Full Text Search' attribute.voidBasicDbObject.setFullTextSearch(FullTextSearchUsing value) Sets the value of the 'Full Text Search' attribute.voidCalculationRegister.setFullTextSearch(FullTextSearchUsing value) Sets the value of the 'Full Text Search' attribute.voidCommonAttribute.setFullTextSearch(FullTextSearchUsing value) Sets the value of the 'Full Text Search' attribute.voidDbObjectAttribute.setFullTextSearch(FullTextSearchUsing value) Sets the value of the 'Full Text Search' attribute.voidInformationRegister.setFullTextSearch(FullTextSearchUsing value) Sets the value of the 'Full Text Search' attribute.voidRegisterAttribute.setFullTextSearch(FullTextSearchUsing value) Sets the value of the 'Full Text Search' attribute.voidRegisterDimension.setFullTextSearch(FullTextSearchUsing value) Sets the value of the 'Full Text Search' attribute.voidRegisterResource.setFullTextSearch(FullTextSearchUsing value) Sets the value of the 'Full Text Search' attribute.voidStandardAttribute.setFullTextSearch(FullTextSearchUsing value) Sets the value of the 'Full Text Search' attribute.voidTabularSectionAttribute.setFullTextSearch(FullTextSearchUsing value) Sets the value of the 'Full Text Search' attribute. -
Uses of FullTextSearchUsing in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return FullTextSearchUsingModifier and TypeMethodDescriptionMdClassFactoryImpl.createFullTextSearchUsingFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) AccountingRegisterImpl.getFullTextSearch()AccumulationRegisterImpl.getFullTextSearch()AddressingAttributeImpl.getFullTextSearch()BasicDbObjectImpl.getFullTextSearch()CalculationRegisterImpl.getFullTextSearch()CommonAttributeImpl.getFullTextSearch()DbObjectAttributeImpl.getFullTextSearch()InformationRegisterImpl.getFullTextSearch()RegisterAttributeImpl.getFullTextSearch()RegisterDimensionImpl.getFullTextSearch()RegisterResourceImpl.getFullTextSearch()StandardAttributeImpl.getFullTextSearch()TabularSectionAttributeImpl.getFullTextSearch()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type FullTextSearchUsingModifier and TypeMethodDescriptionvoidAccountingRegisterImpl.setFullTextSearch(FullTextSearchUsing newFullTextSearch) voidAccumulationRegisterImpl.setFullTextSearch(FullTextSearchUsing newFullTextSearch) voidAddressingAttributeImpl.setFullTextSearch(FullTextSearchUsing newFullTextSearch) voidBasicDbObjectImpl.setFullTextSearch(FullTextSearchUsing newFullTextSearch) voidCalculationRegisterImpl.setFullTextSearch(FullTextSearchUsing newFullTextSearch) voidCommonAttributeImpl.setFullTextSearch(FullTextSearchUsing newFullTextSearch) voidDbObjectAttributeImpl.setFullTextSearch(FullTextSearchUsing newFullTextSearch) voidInformationRegisterImpl.setFullTextSearch(FullTextSearchUsing newFullTextSearch) voidRegisterAttributeImpl.setFullTextSearch(FullTextSearchUsing newFullTextSearch) voidRegisterDimensionImpl.setFullTextSearch(FullTextSearchUsing newFullTextSearch) voidRegisterResourceImpl.setFullTextSearch(FullTextSearchUsing newFullTextSearch) voidStandardAttributeImpl.setFullTextSearch(FullTextSearchUsing newFullTextSearch) voidTabularSectionAttributeImpl.setFullTextSearch(FullTextSearchUsing newFullTextSearch) -
Uses of FullTextSearchUsing in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type FullTextSearchUsingModifier and TypeMethodDescriptionbooleanMdClassValidator.validateFullTextSearchUsing(FullTextSearchUsing fullTextSearchUsing, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)