Uses of Class
com._1c.g5.v8.dt.metadata.common.SearchStringModeOnInputByString
- 
- 
Uses of SearchStringModeOnInputByString in com._1c.g5.v8.dt.metadata.commonFields in com._1c.g5.v8.dt.metadata.common with type parameters of type SearchStringModeOnInputByString Modifier and Type Field Description static List<SearchStringModeOnInputByString>SearchStringModeOnInputByString. VALUESA 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 SearchStringModeOnInputByStringSearchStringModeOnInputByString. get(int value)Returns the 'Search String Mode On Input By String' literal with the specified integer value.static SearchStringModeOnInputByStringSearchStringModeOnInputByString. get(String literal)Returns the 'Search String Mode On Input By String' literal with the specified literal value.static SearchStringModeOnInputByStringSearchStringModeOnInputByString. getByName(String name)Returns the 'Search String Mode On Input By String' literal with the specified name.static SearchStringModeOnInputByStringSearchStringModeOnInputByString. 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.implMethods in com._1c.g5.v8.dt.metadata.common.impl that return SearchStringModeOnInputByString Modifier and Type Method Description SearchStringModeOnInputByStringCommonFactoryImpl. createSearchStringModeOnInputByStringFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
- 
Uses of SearchStringModeOnInputByString in com._1c.g5.v8.dt.metadata.mdclassMethods in com._1c.g5.v8.dt.metadata.mdclass that return SearchStringModeOnInputByString Modifier and Type Method Description SearchStringModeOnInputByStringBasicDbObject. getSearchStringModeOnInputByString()Returns the value of the 'Search String Mode On Input By String' attribute.SearchStringModeOnInputByStringTable. 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 voidBasicDbObject. setSearchStringModeOnInputByString(SearchStringModeOnInputByString value)Sets the value of the 'Search String Mode On Input By String' attribute.voidTable. 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.implMethods in com._1c.g5.v8.dt.metadata.mdclass.impl that return SearchStringModeOnInputByString Modifier and Type Method Description SearchStringModeOnInputByStringBasicDbObjectImpl. getSearchStringModeOnInputByString()SearchStringModeOnInputByStringTableImpl. getSearchStringModeOnInputByString()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type SearchStringModeOnInputByString Modifier and Type Method Description voidBasicDbObjectImpl. setSearchStringModeOnInputByString(SearchStringModeOnInputByString newSearchStringModeOnInputByString)voidTableImpl. setSearchStringModeOnInputByString(SearchStringModeOnInputByString newSearchStringModeOnInputByString)
 
-