Interface OrganizationenvironmentmodelPackage.Literals
-
- Enclosing interface:
- OrganizationenvironmentmodelPackage
public static interface OrganizationenvironmentmodelPackage.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
ACTOR_RESOURCE
The meta object literal for the 'Actor Resource
' class.static EReference
ACTOR_RESOURCE__ROLES
The meta object literal for the 'Roles' reference list feature.static EReference
ACTOR_RESOURCE__WORKING_PERIODS
The meta object literal for the 'Working Periods' containment reference list feature.static EClass
DEVICE_RESOURCE
The meta object literal for the 'Device Resource
' class.static EReference
DEVICE_RESOURCE__CAPACITY
The meta object literal for the 'Capacity' containment reference feature.static EClass
ORGANIZATION_ENVIRONMENT_MODEL
The meta object literal for the 'Organization Environment Model
' class.static EReference
ORGANIZATION_ENVIRONMENT_MODEL__ACTOR_RESOURCES
The meta object literal for the 'Actor Resources' containment reference list feature.static EReference
ORGANIZATION_ENVIRONMENT_MODEL__DEVICE_RESOURCES
The meta object literal for the 'Device Resources' containment reference list feature.static EReference
ORGANIZATION_ENVIRONMENT_MODEL__ROLES
The meta object literal for the 'Roles' containment reference list feature.static EClass
ROLE
The meta object literal for the 'Role
' class.static EReference
ROLE__ACTORS
The meta object literal for the 'Actors' reference list feature.static EClass
WORKING_PERIOD
The meta object literal for the 'Working Period
' class.static EAttribute
WORKING_PERIOD__PERIOD_END_TIME_POINT
The meta object literal for the 'Period End Time Point' attribute feature.static EAttribute
WORKING_PERIOD__PERIOD_START_TIME_POINT
The meta object literal for the 'Period Start Time Point' attribute feature.
-
-
-
Field Detail
-
ORGANIZATION_ENVIRONMENT_MODEL
static final EClass ORGANIZATION_ENVIRONMENT_MODEL
The meta object literal for the 'Organization Environment Model
' class.- See Also:
OrganizationEnvironmentModelImpl
,OrganizationenvironmentmodelPackageImpl.getOrganizationEnvironmentModel()
- Generated class or method.
-
ORGANIZATION_ENVIRONMENT_MODEL__ROLES
static final EReference ORGANIZATION_ENVIRONMENT_MODEL__ROLES
The meta object literal for the 'Roles' containment reference list feature.- Generated class or method.
-
ORGANIZATION_ENVIRONMENT_MODEL__ACTOR_RESOURCES
static final EReference ORGANIZATION_ENVIRONMENT_MODEL__ACTOR_RESOURCES
The meta object literal for the 'Actor Resources' containment reference list feature.- Generated class or method.
-
ORGANIZATION_ENVIRONMENT_MODEL__DEVICE_RESOURCES
static final EReference ORGANIZATION_ENVIRONMENT_MODEL__DEVICE_RESOURCES
The meta object literal for the 'Device Resources' containment reference list feature.- Generated class or method.
-
ROLE
static final EClass ROLE
The meta object literal for the 'Role
' class.- See Also:
RoleImpl
,OrganizationenvironmentmodelPackageImpl.getRole()
- Generated class or method.
-
ROLE__ACTORS
static final EReference ROLE__ACTORS
The meta object literal for the 'Actors' reference list feature.- Generated class or method.
-
ACTOR_RESOURCE
static final EClass ACTOR_RESOURCE
The meta object literal for the 'Actor Resource
' class.- See Also:
ActorResourceImpl
,OrganizationenvironmentmodelPackageImpl.getActorResource()
- Generated class or method.
-
ACTOR_RESOURCE__WORKING_PERIODS
static final EReference ACTOR_RESOURCE__WORKING_PERIODS
The meta object literal for the 'Working Periods' containment reference list feature.- Generated class or method.
-
ACTOR_RESOURCE__ROLES
static final EReference ACTOR_RESOURCE__ROLES
The meta object literal for the 'Roles' reference list feature.- Generated class or method.
-
DEVICE_RESOURCE
static final EClass DEVICE_RESOURCE
The meta object literal for the 'Device Resource
' class.- See Also:
DeviceResourceImpl
,OrganizationenvironmentmodelPackageImpl.getDeviceResource()
- Generated class or method.
-
DEVICE_RESOURCE__CAPACITY
static final EReference DEVICE_RESOURCE__CAPACITY
The meta object literal for the 'Capacity' containment reference feature.- Generated class or method.
-
WORKING_PERIOD
static final EClass WORKING_PERIOD
The meta object literal for the 'Working Period
' class.- See Also:
WorkingPeriodImpl
,OrganizationenvironmentmodelPackageImpl.getWorkingPeriod()
- Generated class or method.
-
WORKING_PERIOD__PERIOD_START_TIME_POINT
static final EAttribute WORKING_PERIOD__PERIOD_START_TIME_POINT
The meta object literal for the 'Period Start Time Point' attribute feature.- Generated class or method.
-
WORKING_PERIOD__PERIOD_END_TIME_POINT
static final EAttribute WORKING_PERIOD__PERIOD_END_TIME_POINT
The meta object literal for the 'Period End Time Point' attribute feature.- Generated class or method.
-
-