Uses of Class
com._1c.g5.v8.dt.metadata.dbview.DbViewSelectParamKind
-
Packages that use DbViewSelectParamKind Package Description com._1c.g5.v8.dt.metadata.dbview com._1c.g5.v8.dt.metadata.dbview.impl -
-
Uses of DbViewSelectParamKind in com._1c.g5.v8.dt.metadata.dbview
Fields in com._1c.g5.v8.dt.metadata.dbview with type parameters of type DbViewSelectParamKind Modifier and Type Field Description static List<DbViewSelectParamKind>
DbViewSelectParamKind. VALUES
A public read-only list of all the 'Select Param Kind' enumerators.Methods in com._1c.g5.v8.dt.metadata.dbview that return DbViewSelectParamKind Modifier and Type Method Description static DbViewSelectParamKind
DbViewSelectParamKind. get(int value)
Returns the 'Select Param Kind' literal with the specified integer value.static DbViewSelectParamKind
DbViewSelectParamKind. get(String literal)
Returns the 'Select Param Kind' literal with the specified literal value.static DbViewSelectParamKind
DbViewSelectParamKind. getByName(String name)
Returns the 'Select Param Kind' literal with the specified name.static DbViewSelectParamKind
DbViewSelectParamKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbViewSelectParamKind[]
DbViewSelectParamKind. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DbViewSelectParamKind in com._1c.g5.v8.dt.metadata.dbview.impl
Methods in com._1c.g5.v8.dt.metadata.dbview.impl that return DbViewSelectParamKind Modifier and Type Method Description DbViewSelectParamKind
DbViewFactoryImpl. createDbViewSelectParamKindFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
-