Uses of Enum Class
com._1c.g5.v8.dt.metadata.common.SearchStringModeOnInputByString
Packages that use SearchStringModeOnInputByString
Package
Description
-
Uses of SearchStringModeOnInputByString in com._1c.g5.v8.dt.metadata.common
Fields in com._1c.g5.v8.dt.metadata.common with type parameters of type SearchStringModeOnInputByStringModifier and TypeFieldDescriptionstatic final List<SearchStringModeOnInputByString>
SearchStringModeOnInputByString.VALUES
A public read-only list of all the 'Search String Mode On Input By String' enumerators.Methods in com._1c.g5.v8.dt.metadata.common that return SearchStringModeOnInputByStringModifier and TypeMethodDescriptionSearchStringModeOnInputByString.get
(int value) Returns the 'Search String Mode On Input By String' literal with the specified integer value.Returns the 'Search String Mode On Input By String' literal with the specified literal value.Returns the 'Search String Mode On Input By String' literal with the specified name.Returns the enum constant of this class with the specified name.static SearchStringModeOnInputByString[]
SearchStringModeOnInputByString.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SearchStringModeOnInputByString in com._1c.g5.v8.dt.metadata.common.impl
Methods in com._1c.g5.v8.dt.metadata.common.impl that return SearchStringModeOnInputByStringModifier and TypeMethodDescriptionCommonFactoryImpl.createSearchStringModeOnInputByStringFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) -
Uses of SearchStringModeOnInputByString in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return SearchStringModeOnInputByStringModifier and TypeMethodDescriptionBasicDbObject.getSearchStringModeOnInputByString()
Returns the value of the 'Search String Mode On Input By String' attribute.Returns the value of the 'Search String Mode On Input By String' attribute.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type SearchStringModeOnInputByStringModifier and TypeMethodDescriptionvoid
BasicDbObject.setSearchStringModeOnInputByString
(SearchStringModeOnInputByString value) Sets the value of the 'Search String Mode On Input By String
' attribute.void
Sets the value of the 'Search String Mode On Input By String
' attribute. -
Uses of SearchStringModeOnInputByString in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return SearchStringModeOnInputByStringModifier and TypeMethodDescriptionBasicDbObjectImpl.getSearchStringModeOnInputByString()
TableImpl.getSearchStringModeOnInputByString()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type SearchStringModeOnInputByStringModifier and TypeMethodDescriptionvoid
BasicDbObjectImpl.setSearchStringModeOnInputByString
(SearchStringModeOnInputByString newSearchStringModeOnInputByString) void
TableImpl.setSearchStringModeOnInputByString
(SearchStringModeOnInputByString newSearchStringModeOnInputByString)