Uses of Enum Class
com._1c.g5.v8.dt.metadata.dbview.DbViewSelectParamKind
Packages that use DbViewSelectParamKind
-
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 DbViewSelectParamKindModifier and TypeFieldDescriptionstatic final 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 DbViewSelectParamKindModifier and TypeMethodDescriptionstatic DbViewSelectParamKind
DbViewSelectParamKind.get
(int value) Returns the 'Select Param Kind' literal with the specified integer value.static DbViewSelectParamKind
Returns the 'Select Param Kind' literal with the specified literal value.static DbViewSelectParamKind
Returns the 'Select Param Kind' literal with the specified name.static DbViewSelectParamKind
Returns the enum constant of this class with the specified name.static DbViewSelectParamKind[]
DbViewSelectParamKind.values()
Returns an array containing the constants of this enum class, 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 DbViewSelectParamKindModifier and TypeMethodDescriptionDbViewFactoryImpl.createDbViewSelectParamKindFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)