Uses of Enum Class
org.enterprisedomain.classmaker.Stage
Packages that use Stage
Package
Description
-
Uses of Stage in org.enterprisedomain.classmaker
Fields in org.enterprisedomain.classmaker with type parameters of type StageModifier and TypeFieldDescriptionStage.VALUES
A public read-only list of all the 'Stage' enumerators.Methods in org.enterprisedomain.classmaker that return StageModifier 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.Methods in org.enterprisedomain.classmaker with parameters of type StageModifier 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
Methods in org.enterprisedomain.classmaker.impl that return StageModifier 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()
Methods in org.enterprisedomain.classmaker.impl with parameters of type StageModifier 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
Methods in org.enterprisedomain.classmaker.jobs that return StageModifier 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.Methods in org.enterprisedomain.classmaker.jobs with parameters of type StageModifier and TypeMethodDescriptionvoid
DelegatingJob.setDirtyStage
(Stage dirtyStage) void
DelegatingJob.setResultStage
(Stage resultStage) -
Uses of Stage in org.enterprisedomain.classmaker.jobs.codegen
Methods in org.enterprisedomain.classmaker.jobs.codegen that return Stage -
Uses of Stage in org.enterprisedomain.classmaker.jobs.export
Methods in org.enterprisedomain.classmaker.jobs.export that return StageModifier and TypeMethodDescriptionPDEPluginExporter.getDirtyStage()
AbstractExporter.getResultStage()
-
Uses of Stage in org.enterprisedomain.classmaker.jobs.install
Methods in org.enterprisedomain.classmaker.jobs.install that return Stage -
Uses of Stage in org.enterprisedomain.classmaker.jobs.load
Methods in org.enterprisedomain.classmaker.jobs.load that return StageModifier and TypeMethodDescriptionOSGiEPackageLoader.getDirtyStage()
OSGiEPackageLoader.getResultStage()
-
Uses of Stage in org.enterprisedomain.classmaker.util
Methods in org.enterprisedomain.classmaker.util with parameters of type StageModifier 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
Methods in org.enterprisedomain.classmaker.validation with parameters of type StageModifier and TypeMethodDescriptionboolean
ItemValidator.validatePhase
(Stage value) boolean
StageQualifierValidator.validateStage
(Stage value)