Interface InstancePackage.Literals
-
- Enclosing interface:
- InstancePackage
public static interface InstancePackage.Literals
Defines 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 EClass
ROLE
The meta object literal for the 'Role
' class.static EReference
ROLE__ROLE_SET
The meta object literal for the 'Role Set' container reference feature.static EReference
ROLE__ROLE_TYPE
The meta object literal for the 'Role Type' reference feature.static EReference
ROLE__VALUE
The meta object literal for the 'Value' reference feature.static EClass
ROLE_SET
The meta object literal for the 'Role Set
' class.static EReference
ROLE_SET__ROLES
The 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.
-
-