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.VALUESA 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 DbViewFieldRoleKindDbViewFieldRoleKind.get(int value) Returns the 'Field Role Kind' literal with the specified integer value.static DbViewFieldRoleKindReturns the 'Field Role Kind' literal with the specified literal value.static DbViewFieldRoleKindReturns the 'Field Role Kind' literal with the specified name.static DbViewFieldRoleKindReturns 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)