Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.FullTextSearchUsing
-
Packages that use FullTextSearchUsing Package Description com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
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 FullTextSearchUsing Modifier and Type Field Description static 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 FullTextSearchUsing Modifier and Type Method Description static FullTextSearchUsingFullTextSearchUsing. get(int value)Returns the 'Full Text Search Using' literal with the specified integer value.static FullTextSearchUsingFullTextSearchUsing. get(String literal)Returns the 'Full Text Search Using' literal with the specified literal value.static FullTextSearchUsingFullTextSearchUsing. getByName(String name)Returns the 'Full Text Search Using' literal with the specified name.FullTextSearchUsingAccountingRegister. getFullTextSearch()Returns the value of the 'Full Text Search' attribute.FullTextSearchUsingAccumulationRegister. getFullTextSearch()Returns the value of the 'Full Text Search' attribute.FullTextSearchUsingAddressingAttribute. getFullTextSearch()Returns the value of the 'Full Text Search' attribute.FullTextSearchUsingBasicDbObject. getFullTextSearch()Returns the value of the 'Full Text Search' attribute.FullTextSearchUsingCalculationRegister. getFullTextSearch()Returns the value of the 'Full Text Search' attribute.FullTextSearchUsingCommonAttribute. getFullTextSearch()Returns the value of the 'Full Text Search' attribute.FullTextSearchUsingDbObjectAttribute. getFullTextSearch()Returns the value of the 'Full Text Search' attribute.FullTextSearchUsingInformationRegister. getFullTextSearch()Returns the value of the 'Full Text Search' attribute.FullTextSearchUsingRegisterAttribute. getFullTextSearch()Returns the value of the 'Full Text Search' attribute.FullTextSearchUsingRegisterDimension. getFullTextSearch()Returns the value of the 'Full Text Search' attribute.FullTextSearchUsingRegisterResource. getFullTextSearch()Returns the value of the 'Full Text Search' attribute.FullTextSearchUsingStandardAttribute. getFullTextSearch()Returns the value of the 'Full Text Search' attribute.FullTextSearchUsingTabularSectionAttribute. getFullTextSearch()Returns the value of the 'Full Text Search' attribute.static FullTextSearchUsingFullTextSearchUsing. valueOf(String name)Returns the enum constant of this type with the specified name.static FullTextSearchUsing[]FullTextSearchUsing. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type FullTextSearchUsing Modifier and Type Method Description voidAccountingRegister. 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 with parameters of type FullTextSearchUsing Modifier and Type Method Description voidAccountingRegisterImpl. 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 FullTextSearchUsing Modifier and Type Method Description booleanMdClassValidator. validateFullTextSearchUsing(FullTextSearchUsing fullTextSearchUsing, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-