Package org.enterprisedomain.classmaker
Interface Customizer
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CreateCDOGeneratorCustomizer
,CreateExporterCustomizer
,CreateGeneratorCustomizer
,CreateInstallerCustomizer
,CreateLoaderCustomizer
,CustomizerImpl
,LoadLibrariesCustomizer
,WorkspaceInitCustomizer
public interface Customizer
extends org.eclipse.emf.ecore.EObject
A representation of the model object '
Customizer'.
Allows to customize the process.
The following features are supported:
- See Also:
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionProvides customization in the process.int
getRank()
Returns the value of the 'Rank' attribute.getStage()
Returns the value of the 'Stage' reference.boolean
Returns the value of the 'Exclusive' attribute.boolean
isNextAfter
(Class<? extends Customizer> customizerClass) void
setExclusive
(boolean value) Sets the value of the 'Exclusive
' attribute.void
setRank
(int value) Sets the value of the 'Rank
' attribute.void
setStage
(StageQualifier value) Sets the value of the 'Stage
' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getRank
int getRank()Returns the value of the 'Rank' attribute.If the meaning of the 'Rank' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Rank' attribute.
- See Also:
-
setRank
void setRank(int value) Sets the value of the 'Rank
' attribute.- Parameters:
value
- the new value of the 'Rank' attribute.- See Also:
-
isExclusive
boolean isExclusive()Returns the value of the 'Exclusive' attribute. The default value is"true"
.- Returns:
- the value of the 'Exclusive' attribute.
- See Also:
-
setExclusive
void setExclusive(boolean value) Sets the value of the 'Exclusive
' attribute.- Parameters:
value
- the new value of the 'Exclusive' attribute.- See Also:
-
getStage
StageQualifier getStage()Returns the value of the 'Stage' reference.- Returns:
- the value of the 'Stage' reference.
- See Also:
-
setStage
Sets the value of the 'Stage
' reference.- Parameters:
value
- the new value of the 'Stage' reference.- See Also:
-
customize
Provides customization in the process. -
isNextAfter
-