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.VALUES
A 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 FullTextSearchUsing
FullTextSearchUsing.get
(int value) Returns the 'Full Text Search Using' literal with the specified integer value.static FullTextSearchUsing
Returns the 'Full Text Search Using' literal with the specified literal value.static FullTextSearchUsing
Returns 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 FullTextSearchUsing
Returns 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 TypeMethodDescriptionvoid
AccountingRegister.setFullTextSearch
(FullTextSearchUsing value) Sets the value of the 'Full Text Search
' attribute.void
AccumulationRegister.setFullTextSearch
(FullTextSearchUsing value) Sets the value of the 'Full Text Search
' attribute.void
AddressingAttribute.setFullTextSearch
(FullTextSearchUsing value) Sets the value of the 'Full Text Search
' attribute.void
BasicDbObject.setFullTextSearch
(FullTextSearchUsing value) Sets the value of the 'Full Text Search
' attribute.void
CalculationRegister.setFullTextSearch
(FullTextSearchUsing value) Sets the value of the 'Full Text Search
' attribute.void
CommonAttribute.setFullTextSearch
(FullTextSearchUsing value) Sets the value of the 'Full Text Search
' attribute.void
DbObjectAttribute.setFullTextSearch
(FullTextSearchUsing value) Sets the value of the 'Full Text Search
' attribute.void
InformationRegister.setFullTextSearch
(FullTextSearchUsing value) Sets the value of the 'Full Text Search
' attribute.void
RegisterAttribute.setFullTextSearch
(FullTextSearchUsing value) Sets the value of the 'Full Text Search
' attribute.void
RegisterDimension.setFullTextSearch
(FullTextSearchUsing value) Sets the value of the 'Full Text Search
' attribute.void
RegisterResource.setFullTextSearch
(FullTextSearchUsing value) Sets the value of the 'Full Text Search
' attribute.void
StandardAttribute.setFullTextSearch
(FullTextSearchUsing value) Sets the value of the 'Full Text Search
' attribute.void
TabularSectionAttribute.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 TypeMethodDescriptionvoid
AccountingRegisterImpl.setFullTextSearch
(FullTextSearchUsing newFullTextSearch) void
AccumulationRegisterImpl.setFullTextSearch
(FullTextSearchUsing newFullTextSearch) void
AddressingAttributeImpl.setFullTextSearch
(FullTextSearchUsing newFullTextSearch) void
BasicDbObjectImpl.setFullTextSearch
(FullTextSearchUsing newFullTextSearch) void
CalculationRegisterImpl.setFullTextSearch
(FullTextSearchUsing newFullTextSearch) void
CommonAttributeImpl.setFullTextSearch
(FullTextSearchUsing newFullTextSearch) void
DbObjectAttributeImpl.setFullTextSearch
(FullTextSearchUsing newFullTextSearch) void
InformationRegisterImpl.setFullTextSearch
(FullTextSearchUsing newFullTextSearch) void
RegisterAttributeImpl.setFullTextSearch
(FullTextSearchUsing newFullTextSearch) void
RegisterDimensionImpl.setFullTextSearch
(FullTextSearchUsing newFullTextSearch) void
RegisterResourceImpl.setFullTextSearch
(FullTextSearchUsing newFullTextSearch) void
StandardAttributeImpl.setFullTextSearch
(FullTextSearchUsing newFullTextSearch) void
TabularSectionAttributeImpl.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 TypeMethodDescriptionboolean
MdClassValidator.validateFullTextSearchUsing
(FullTextSearchUsing fullTextSearchUsing, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)