Uses of Class
com._1c.g5.v8.dt.metadata.common.SearchStringModeOnInputByString
-
-
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 SearchStringModeOnInputByString Modifier and Type Field Description static 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 SearchStringModeOnInputByString Modifier and Type Method Description static SearchStringModeOnInputByString
SearchStringModeOnInputByString. get(int value)
Returns the 'Search String Mode On Input By String' literal with the specified integer value.static SearchStringModeOnInputByString
SearchStringModeOnInputByString. get(String literal)
Returns the 'Search String Mode On Input By String' literal with the specified literal value.static SearchStringModeOnInputByString
SearchStringModeOnInputByString. getByName(String name)
Returns the 'Search String Mode On Input By String' literal with the specified name.static SearchStringModeOnInputByString
SearchStringModeOnInputByString. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchStringModeOnInputByString[]
SearchStringModeOnInputByString. values()
Returns an array containing the constants of this enum type, 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 SearchStringModeOnInputByString Modifier and Type Method Description SearchStringModeOnInputByString
CommonFactoryImpl. 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 SearchStringModeOnInputByString Modifier and Type Method Description SearchStringModeOnInputByString
BasicDbObject. getSearchStringModeOnInputByString()
Returns the value of the 'Search String Mode On Input By String' attribute.SearchStringModeOnInputByString
Table. getSearchStringModeOnInputByString()
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 SearchStringModeOnInputByString Modifier and Type Method Description void
BasicDbObject. setSearchStringModeOnInputByString(SearchStringModeOnInputByString value)
Sets the value of the 'Search String Mode On Input By String
' attribute.void
Table. setSearchStringModeOnInputByString(SearchStringModeOnInputByString value)
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 SearchStringModeOnInputByString Modifier and Type Method Description SearchStringModeOnInputByString
BasicDbObjectImpl. getSearchStringModeOnInputByString()
SearchStringModeOnInputByString
TableImpl. getSearchStringModeOnInputByString()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type SearchStringModeOnInputByString Modifier and Type Method Description void
BasicDbObjectImpl. setSearchStringModeOnInputByString(SearchStringModeOnInputByString newSearchStringModeOnInputByString)
void
TableImpl. setSearchStringModeOnInputByString(SearchStringModeOnInputByString newSearchStringModeOnInputByString)
-