Uses of Enum Class
org.eclipse.emf.cdo.lm.Impact
Packages that use 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
Fields in org.eclipse.emf.cdo.lm with type parameters of type ImpactModifier and TypeFieldDescriptionImpact.VALUES
A public read-only list of all the 'Impact' enumerators.Methods in org.eclipse.emf.cdo.lm that return ImpactModifier 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.Methods in org.eclipse.emf.cdo.lm with parameters of type ImpactModifier 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
Fields in org.eclipse.emf.cdo.lm.impl declared as ImpactModifier 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.Methods in org.eclipse.emf.cdo.lm.impl that return ImpactModifier and TypeMethodDescriptionLMFactoryImpl.createImpactFromString
(EDataType eDataType, String initialValue) StreamImpl.getAllowedChanges()
ChangeImpl.getImpact()
Methods in org.eclipse.emf.cdo.lm.impl with parameters of type ImpactModifier and TypeMethodDescriptionvoid
StreamImpl.setAllowedChanges
(Impact newAllowedChanges) void
-
Uses of Impact in org.eclipse.emf.cdo.lm.reviews
Methods in org.eclipse.emf.cdo.lm.reviews that return ImpactModifier and TypeMethodDescriptionDeliveryReview.getImpact()
Returns the value of the 'Impact' attribute.Methods in org.eclipse.emf.cdo.lm.reviews with parameters of type Impact -
Uses of Impact in org.eclipse.emf.cdo.lm.reviews.impl
Fields in org.eclipse.emf.cdo.lm.reviews.impl declared as ImpactModifier and TypeFieldDescriptionprotected static final Impact
DeliveryReviewImpl.IMPACT_EDEFAULT
The default value of the 'Impact
' attribute.Methods in org.eclipse.emf.cdo.lm.reviews.impl that return ImpactMethods in org.eclipse.emf.cdo.lm.reviews.impl with parameters of type Impact