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. 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 FullTextSearchUsing Modifier and Type Method Description static FullTextSearchUsing
FullTextSearchUsing. get(int value)
Returns the 'Full Text Search Using' literal with the specified integer value.static FullTextSearchUsing
FullTextSearchUsing. get(String literal)
Returns the 'Full Text Search Using' literal with the specified literal value.static FullTextSearchUsing
FullTextSearchUsing. getByName(String name)
Returns the 'Full Text Search Using' literal with the specified name.FullTextSearchUsing
AccountingRegister. getFullTextSearch()
Returns the value of the 'Full Text Search' attribute.FullTextSearchUsing
AccumulationRegister. getFullTextSearch()
Returns the value of the 'Full Text Search' attribute.FullTextSearchUsing
AddressingAttribute. getFullTextSearch()
Returns the value of the 'Full Text Search' attribute.FullTextSearchUsing
BasicDbObject. getFullTextSearch()
Returns the value of the 'Full Text Search' attribute.FullTextSearchUsing
CalculationRegister. getFullTextSearch()
Returns the value of the 'Full Text Search' attribute.FullTextSearchUsing
CommonAttribute. getFullTextSearch()
Returns the value of the 'Full Text Search' attribute.FullTextSearchUsing
DbObjectAttribute. getFullTextSearch()
Returns the value of the 'Full Text Search' attribute.FullTextSearchUsing
InformationRegister. getFullTextSearch()
Returns the value of the 'Full Text Search' attribute.FullTextSearchUsing
RegisterAttribute. getFullTextSearch()
Returns the value of the 'Full Text Search' attribute.FullTextSearchUsing
RegisterDimension. getFullTextSearch()
Returns the value of the 'Full Text Search' attribute.FullTextSearchUsing
RegisterResource. getFullTextSearch()
Returns the value of the 'Full Text Search' attribute.FullTextSearchUsing
StandardAttribute. getFullTextSearch()
Returns the value of the 'Full Text Search' attribute.FullTextSearchUsing
TabularSectionAttribute. getFullTextSearch()
Returns the value of the 'Full Text Search' attribute.static FullTextSearchUsing
FullTextSearchUsing. 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 void
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 with parameters of type FullTextSearchUsing Modifier and Type Method Description void
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 FullTextSearchUsing Modifier and Type Method Description boolean
MdClassValidator. validateFullTextSearchUsing(FullTextSearchUsing fullTextSearchUsing, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-