Uses of Enum Class
com._1c.g5.v8.dt.metadata.dbview.DbViewFieldRoleKind
Packages that use DbViewFieldRoleKind
-
Uses of DbViewFieldRoleKind in com._1c.g5.v8.dt.metadata.dbview
Fields in com._1c.g5.v8.dt.metadata.dbview with type parameters of type DbViewFieldRoleKindModifier and TypeFieldDescriptionstatic final List<DbViewFieldRoleKind>
DbViewFieldRoleKind.VALUES
A public read-only list of all the 'Field Role Kind' enumerators.Methods in com._1c.g5.v8.dt.metadata.dbview that return DbViewFieldRoleKindModifier and TypeMethodDescriptionstatic DbViewFieldRoleKind
DbViewFieldRoleKind.get
(int value) Returns the 'Field Role Kind' literal with the specified integer value.static DbViewFieldRoleKind
Returns the 'Field Role Kind' literal with the specified literal value.static DbViewFieldRoleKind
Returns the 'Field Role Kind' literal with the specified name.static DbViewFieldRoleKind
Returns the enum constant of this class with the specified name.static DbViewFieldRoleKind[]
DbViewFieldRoleKind.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DbViewFieldRoleKind in com._1c.g5.v8.dt.metadata.dbview.impl
Methods in com._1c.g5.v8.dt.metadata.dbview.impl that return DbViewFieldRoleKindModifier and TypeMethodDescriptionDbViewFactoryImpl.createDbViewFieldRoleKindFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)