Interface InstancePackage.Literals
-
- Enclosing interface:
- InstancePackage
public static interface InstancePackage.LiteralsDefines literals for the meta objects that represent- each class,
- each feature of each class,
- each enum,
- and each data type
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static EClassROLEThe meta object literal for the 'Role' class.static EReferenceROLE__ROLE_SETThe meta object literal for the 'Role Set' container reference feature.static EReferenceROLE__ROLE_TYPEThe meta object literal for the 'Role Type' reference feature.static EReferenceROLE__VALUEThe meta object literal for the 'Value' reference feature.static EClassROLE_SETThe meta object literal for the 'Role Set' class.static EReferenceROLE_SET__ROLESThe meta object literal for the 'Roles' containment reference list feature.
-
-
-
Field Detail
-
ROLE_SET
static final EClass ROLE_SET
The meta object literal for the 'Role Set' class.- See Also:
RoleSetImpl,InstancePackageImpl.getRoleSet()- Generated class or method.
-
ROLE_SET__ROLES
static final EReference ROLE_SET__ROLES
The meta object literal for the 'Roles' containment reference list feature.- Generated class or method.
-
ROLE
static final EClass ROLE
The meta object literal for the 'Role' class.- See Also:
RoleImpl,InstancePackageImpl.getRole()- Generated class or method.
-
ROLE__ROLE_SET
static final EReference ROLE__ROLE_SET
The meta object literal for the 'Role Set' container reference feature.- Generated class or method.
-
ROLE__ROLE_TYPE
static final EReference ROLE__ROLE_TYPE
The meta object literal for the 'Role Type' reference feature.- Generated class or method.
-
ROLE__VALUE
static final EReference ROLE__VALUE
The meta object literal for the 'Value' reference feature.- Generated class or method.
-
-