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.dbviewFields in com._1c.g5.v8.dt.metadata.dbview with type parameters of type DbViewFieldRoleKind Modifier and Type Field Description static 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 DbViewFieldRoleKind Modifier and Type Method Description static DbViewFieldRoleKindDbViewFieldRoleKind. get(int value)Returns the 'Field Role Kind' literal with the specified integer value.static DbViewFieldRoleKindDbViewFieldRoleKind. get(String literal)Returns the 'Field Role Kind' literal with the specified literal value.static DbViewFieldRoleKindDbViewFieldRoleKind. getByName(String name)Returns the 'Field Role Kind' literal with the specified name.static DbViewFieldRoleKindDbViewFieldRoleKind. 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.implMethods in com._1c.g5.v8.dt.metadata.dbview.impl that return DbViewFieldRoleKind Modifier and Type Method Description DbViewFieldRoleKindDbViewFactoryImpl. createDbViewFieldRoleKindFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
 
-