Uses of Class
com._1c.g5.v8.dt.metadata.dbview.DbViewFieldRoleKind
-
Packages that use DbViewFieldRoleKind Package Description com._1c.g5.v8.dt.metadata.dbview com._1c.g5.v8.dt.metadata.dbview.impl -
-
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 DbViewFieldRoleKind Modifier and Type Field Description static 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 DbViewFieldRoleKind Modifier and Type Method Description static DbViewFieldRoleKind
DbViewFieldRoleKind. get(int value)
Returns the 'Field Role Kind' literal with the specified integer value.static DbViewFieldRoleKind
DbViewFieldRoleKind. get(String literal)
Returns the 'Field Role Kind' literal with the specified literal value.static DbViewFieldRoleKind
DbViewFieldRoleKind. getByName(String name)
Returns the 'Field Role Kind' literal with the specified name.static DbViewFieldRoleKind
DbViewFieldRoleKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbViewFieldRoleKind[]
DbViewFieldRoleKind. values()
Returns an array containing the constants of this enum type, 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 DbViewFieldRoleKind Modifier and Type Method Description DbViewFieldRoleKind
DbViewFactoryImpl. createDbViewFieldRoleKindFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
-