Uses of Enum Class
org.enterprisedomain.classmaker.Stage
Package
Description
-
Uses of Stage in org.enterprisedomain.classmaker
Modifier and TypeFieldDescriptionStage.VALUES
A public read-only list of all the 'Stage' enumerators.Modifier and TypeMethodDescriptionWorkspace.contains
(org.eclipse.emf.ecore.EObject blueprint) static Stage
Stage.get
(int value) Returns the 'Stage' literal with the specified integer value.static Stage
Returns the 'Stage' literal with the specified literal value.static Stage
Returns the 'Stage' literal with the specified name.Item.getPhase()
Returns the value of the 'Phase' attribute.StageQualifier.getStage()
Returns the value of the 'Stage' attribute.static Stage
Returns the enum constant of this class with the specified name.static Stage[]
Stage.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EObject
Workspace.getContribution
(String nsURI, Stage filter) Lookup Contribution by underlying project resource name.Workspace.getContribution
(org.eclipse.emf.ecore.EObject eObject, Stage filter) Lookup workspace Contribution by model EPackage.Workspace.getContribution
(org.eclipse.emf.ecore.EObject eObject, Stage filter, boolean searchOptimistic) Lookup workspace Contribution by model EPackage.void
Sets the value of the 'Phase
' attribute.void
Sets the value of the 'Stage
' attribute. -
Uses of Stage in org.enterprisedomain.classmaker.impl
Modifier and TypeMethodDescriptionWorkspaceImpl.contains
(org.eclipse.emf.ecore.EObject blueprint) ClassMakerFactoryImpl.createStageFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ContributionImpl.getPhase()
ItemImpl.getPhase()
ProjectImpl.getPhase()
StageQualifierImpl.getStage()
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EObject
WorkspaceImpl.getContribution
(String nsURI, Stage filter) WorkspaceImpl.getContribution
(org.eclipse.emf.ecore.EObject eObject, Stage filter) WorkspaceImpl.getContribution
(org.eclipse.emf.ecore.EObject eObject, Stage filter, boolean searchOptimistic) void
void
void
-
Uses of Stage in org.enterprisedomain.classmaker.jobs
Modifier and TypeMethodDescriptionDelegatingJob.getDirtyStage()
abstract Stage
EnterpriseDomainJob.getDirtyStage()
Returns an earliest stage that becomes dirty after execution of this job.DelegatingJob.getResultStage()
abstract Stage
EnterpriseDomainJob.getResultStage()
Returns a stage in which contribution state remains after execution of this job.Modifier and TypeMethodDescriptionvoid
DelegatingJob.setDirtyStage
(Stage dirtyStage) void
DelegatingJob.setResultStage
(Stage resultStage) -
Uses of Stage in org.enterprisedomain.classmaker.jobs.codegen
-
Uses of Stage in org.enterprisedomain.classmaker.jobs.export
Modifier and TypeMethodDescriptionPDEPluginExporter.getDirtyStage()
AbstractExporter.getResultStage()
-
Uses of Stage in org.enterprisedomain.classmaker.jobs.install
-
Uses of Stage in org.enterprisedomain.classmaker.jobs.load
Modifier and TypeMethodDescriptionOSGiEPackageLoader.getDirtyStage()
OSGiEPackageLoader.getResultStage()
-
Uses of Stage in org.enterprisedomain.classmaker.util
Modifier and TypeMethodDescriptionboolean
ClassMakerValidator.validateStage
(Stage stage, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of Stage in org.enterprisedomain.classmaker.validation
Modifier and TypeMethodDescriptionboolean
ItemValidator.validatePhase
(Stage value) boolean
StageQualifierValidator.validateStage
(Stage value)