Uses of Enum Class
org.eclipse.emf.cdo.lm.Impact
Package
Description
The generated EMF API of the CDO Lifecycle Management model.
The generated EMF implementation of the CDO Lifecycle Management model.
-
Uses of Impact in org.eclipse.emf.cdo.lm
Modifier and TypeFieldDescriptionImpact.VALUES
A public read-only list of all the 'Impact' enumerators.Modifier and TypeMethodDescriptionstatic Impact
Impact.get
(int value) Returns the 'Impact' literal with the specified integer value.static Impact
Returns the 'Impact' literal with the specified literal value.Stream.getAllowedChanges()
Returns the value of the 'Allowed Changes' attribute.static Impact
Returns the 'Impact' literal with the specified name.Change.getImpact()
Returns the value of the 'Impact' attribute.static Impact
Returns the enum constant of this class with the specified name.static Impact[]
Impact.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Stream.setAllowedChanges
(Impact value) Sets the value of the 'Allowed Changes
' attribute.void
Sets the value of the 'Impact
' attribute. -
Uses of Impact in org.eclipse.emf.cdo.lm.impl
Modifier and TypeFieldDescriptionprotected static final Impact
StreamImpl.ALLOWED_CHANGES_EDEFAULT
The default value of the 'Allowed Changes
' attribute.protected static final Impact
ChangeImpl.IMPACT_EDEFAULT
The default value of the 'Impact
' attribute.Modifier and TypeMethodDescriptionLMFactoryImpl.createImpactFromString
(EDataType eDataType, String initialValue) StreamImpl.getAllowedChanges()
ChangeImpl.getImpact()
Modifier and TypeMethodDescriptionvoid
StreamImpl.setAllowedChanges
(Impact newAllowedChanges) void
-
Uses of Impact in org.eclipse.emf.cdo.lm.reviews
Modifier and TypeMethodDescriptionDeliveryReview.getImpact()
Returns the value of the 'Impact' attribute. -
Uses of Impact in org.eclipse.emf.cdo.lm.reviews.impl
Modifier and TypeFieldDescriptionprotected static final Impact
DeliveryReviewImpl.IMPACT_EDEFAULT
The default value of the 'Impact
' attribute.