Uses of Interface
org.enterprisedomain.classmaker.SelectRevealHandler
Package
Description
-
Uses of SelectRevealHandler in org.enterprisedomain.classmaker
Modifier and TypeMethodDescriptionClassMakerFactory.createSelectRevealHandler()
Returns a new object of class 'Select Reveal Handler'.Project.getSelectRevealHandler()
Returns the value of the 'Select Reveal Handler' reference.Modifier and TypeMethodDescriptionvoid
Project.setSelectRevealHandler
(SelectRevealHandler value) Sets the value of the 'Select Reveal Handler
' reference. -
Uses of SelectRevealHandler in org.enterprisedomain.classmaker.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Select Reveal Handler'.Modifier and TypeMethodDescriptionProjectImpl.basicGetSelectRevealHandler()
ClassMakerFactoryImpl.createSelectRevealHandler()
ProjectImpl.getSelectRevealHandler()
Modifier and TypeMethodDescriptionvoid
ProjectImpl.setSelectRevealHandler
(SelectRevealHandler newSelectRevealHandler) -
Uses of SelectRevealHandler in org.enterprisedomain.classmaker.util
Modifier and TypeMethodDescriptionClassMakerSwitch.caseSelectRevealHandler
(SelectRevealHandler object) Returns the result of interpreting the object as an instance of 'Select Reveal Handler'.boolean
ClassMakerValidator.validateSelectRevealHandler
(SelectRevealHandler selectRevealHandler, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of SelectRevealHandler in org.enterprisedomain.classmaker.validation
Modifier and TypeMethodDescriptionboolean
ProjectValidator.validateSelectRevealHandler
(SelectRevealHandler value)