Uses of Interface
org.eclipse.epsilon.picto.dom.Parameter
Packages that use Parameter
Package
Description
-
Uses of Parameter in org.eclipse.epsilon.picto.dom
Methods in org.eclipse.epsilon.picto.dom that return ParameterModifier and TypeMethodDescriptionPictoFactory.createParameter()
Returns a new object of class 'Parameter'.Methods in org.eclipse.epsilon.picto.dom that return types with arguments of type ParameterModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Parameter>
Parameter.getItems()
Returns the value of the 'Items' containment reference list.org.eclipse.emf.common.util.EList<Parameter>
CustomView.getParameters()
Returns the value of the 'Parameters' containment reference list.org.eclipse.emf.common.util.EList<Parameter>
Model.getParameters()
Returns the value of the 'Parameters' containment reference list.org.eclipse.emf.common.util.EList<Parameter>
Picto.getParameters()
Returns the value of the 'Parameters' containment reference list. -
Uses of Parameter in org.eclipse.epsilon.picto.dom.impl
Classes in org.eclipse.epsilon.picto.dom.impl that implement ParameterModifier and TypeClassDescriptionclass
An implementation of the model object 'Parameter'.Fields in org.eclipse.epsilon.picto.dom.impl with type parameters of type ParameterModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<Parameter>
ParameterImpl.items
The cached value of the 'Items
' containment reference list.protected org.eclipse.emf.common.util.EList<Parameter>
CustomViewImpl.parameters
The cached value of the 'Parameters
' containment reference list.protected org.eclipse.emf.common.util.EList<Parameter>
ModelImpl.parameters
The cached value of the 'Parameters
' containment reference list.protected org.eclipse.emf.common.util.EList<Parameter>
PictoImpl.parameters
The cached value of the 'Parameters
' containment reference list.Methods in org.eclipse.epsilon.picto.dom.impl that return ParameterMethods in org.eclipse.epsilon.picto.dom.impl that return types with arguments of type ParameterModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Parameter>
ParameterImpl.getItems()
org.eclipse.emf.common.util.EList<Parameter>
CustomViewImpl.getParameters()
org.eclipse.emf.common.util.EList<Parameter>
ModelImpl.getParameters()
org.eclipse.emf.common.util.EList<Parameter>
PictoImpl.getParameters()
-
Uses of Parameter in org.eclipse.epsilon.picto.dom.util
Methods in org.eclipse.epsilon.picto.dom.util with parameters of type ParameterModifier and TypeMethodDescriptionPictoSwitch.caseParameter
(Parameter object) Returns the result of interpreting the object as an instance of 'Parameter'. -
Uses of Parameter in org.eclipse.epsilon.picto.source
Methods in org.eclipse.epsilon.picto.source that return ParameterModifier and TypeMethodDescriptionprotected Parameter
EglPictoSource.createParameter
(String name, Object value) Methods in org.eclipse.epsilon.picto.source with parameters of type Parameter