Interface PolicyPackage.Literals
- Enclosing interface:
- PolicyPackage
public static interface PolicyPackage.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
FieldsModifier and TypeFieldDescriptionstatic final EClass
The meta object literal for the 'Cooldown Constraint
' class.static final EAttribute
The meta object literal for the 'Cooldown Time' attribute feature.static final EAttribute
The meta object literal for the 'Max Scaling Operations' attribute feature.static final EClass
The meta object literal for the 'Interval Constraint
' class.static final EAttribute
The meta object literal for the 'Interval Duration' attribute feature.static final EAttribute
The meta object literal for the 'Offset' attribute feature.static final EAttribute
The meta object literal for the 'Repeat' attribute feature.static final EClass
The meta object literal for the 'Constraint
' class.
-
Field Details
-
POLICY_CONSTRAINT
The meta object literal for the 'Constraint
' class.- See Also:
- Generated class or method.
-
INTERVAL_CONSTRAINT
The meta object literal for the 'Interval Constraint
' class.- See Also:
- Generated class or method.
-
INTERVAL_CONSTRAINT__OFFSET
The meta object literal for the 'Offset' attribute feature.- Generated class or method.
-
INTERVAL_CONSTRAINT__INTERVAL_DURATION
The meta object literal for the 'Interval Duration' attribute feature.- Generated class or method.
-
INTERVAL_CONSTRAINT__REPEAT
The meta object literal for the 'Repeat' attribute feature.- Generated class or method.
-
COOLDOWN_CONSTRAINT
The meta object literal for the 'Cooldown Constraint
' class.- See Also:
- Generated class or method.
-
COOLDOWN_CONSTRAINT__COOLDOWN_TIME
The meta object literal for the 'Cooldown Time' attribute feature.- Generated class or method.
-
COOLDOWN_CONSTRAINT__MAX_SCALING_OPERATIONS
The meta object literal for the 'Max Scaling Operations' attribute feature.- Generated class or method.
-