Uses of Interface
org.enterprisedomain.classmaker.SelectRevealHandler
Packages that use SelectRevealHandler
Package
Description
-
Uses of SelectRevealHandler in org.enterprisedomain.classmaker
Methods in org.enterprisedomain.classmaker that return SelectRevealHandlerModifier and TypeMethodDescriptionClassMakerFactory.createSelectRevealHandler()
Returns a new object of class 'Select Reveal Handler'.Project.getSelectRevealHandler()
Returns the value of the 'Select Reveal Handler' reference.Methods in org.enterprisedomain.classmaker with parameters of type SelectRevealHandlerModifier and TypeMethodDescriptionvoid
Project.setSelectRevealHandler
(SelectRevealHandler value) Sets the value of the 'Select Reveal Handler
' reference. -
Uses of SelectRevealHandler in org.enterprisedomain.classmaker.impl
Classes in org.enterprisedomain.classmaker.impl that implement SelectRevealHandlerModifier and TypeClassDescriptionclass
An implementation of the model object 'Select Reveal Handler'.Methods in org.enterprisedomain.classmaker.impl that return SelectRevealHandlerModifier and TypeMethodDescriptionProjectImpl.basicGetSelectRevealHandler()
ClassMakerFactoryImpl.createSelectRevealHandler()
ProjectImpl.getSelectRevealHandler()
Methods in org.enterprisedomain.classmaker.impl with parameters of type SelectRevealHandlerModifier and TypeMethodDescriptionvoid
ProjectImpl.setSelectRevealHandler
(SelectRevealHandler newSelectRevealHandler) -
Uses of SelectRevealHandler in org.enterprisedomain.classmaker.util
Methods in org.enterprisedomain.classmaker.util with parameters of type SelectRevealHandlerModifier 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
Methods in org.enterprisedomain.classmaker.validation with parameters of type SelectRevealHandlerModifier and TypeMethodDescriptionboolean
ProjectValidator.validateSelectRevealHandler
(SelectRevealHandler value)