Uses of Interface
fr.esrf.tango.pogo.pogoDsl.ForwardedAttribute
-
Packages that use ForwardedAttribute Package Description fr.esrf.tango.pogo.pogoDsl fr.esrf.tango.pogo.pogoDsl.impl fr.esrf.tango.pogo.pogoDsl.util fr.esrf.tango.pogo.serializer -
-
Uses of ForwardedAttribute in fr.esrf.tango.pogo.pogoDsl
Methods in fr.esrf.tango.pogo.pogoDsl that return ForwardedAttribute Modifier and Type Method Description ForwardedAttributePogoDslFactory. createForwardedAttribute()Returns a new object of class 'Forwarded Attribute'.Methods in fr.esrf.tango.pogo.pogoDsl that return types with arguments of type ForwardedAttribute Modifier and Type Method Description org.eclipse.emf.common.util.EList<ForwardedAttribute>PogoDeviceClass. getForwardedAttributes()Returns the value of the 'Forwarded Attributes' containment reference list. -
Uses of ForwardedAttribute in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement ForwardedAttribute Modifier and Type Class Description classForwardedAttributeImplAn implementation of the model object 'Forwarded Attribute'.Fields in fr.esrf.tango.pogo.pogoDsl.impl with type parameters of type ForwardedAttribute Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<ForwardedAttribute>PogoDeviceClassImpl. forwardedAttributesThe cached value of the 'Forwarded Attributes' containment reference list.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return ForwardedAttribute Modifier and Type Method Description ForwardedAttributePogoDslFactoryImpl. createForwardedAttribute()Methods in fr.esrf.tango.pogo.pogoDsl.impl that return types with arguments of type ForwardedAttribute Modifier and Type Method Description org.eclipse.emf.common.util.EList<ForwardedAttribute>PogoDeviceClassImpl. getForwardedAttributes() -
Uses of ForwardedAttribute in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type ForwardedAttribute Modifier and Type Method Description TPogoDslSwitch. caseForwardedAttribute(ForwardedAttribute object)Returns the result of interpreting the object as an instance of 'Forwarded Attribute'. -
Uses of ForwardedAttribute in fr.esrf.tango.pogo.serializer
Methods in fr.esrf.tango.pogo.serializer with parameters of type ForwardedAttribute Modifier and Type Method Description protected voidAbstractPogoDslSemanticSequencer. sequence_ForwardedAttribute(org.eclipse.xtext.serializer.ISerializationContext context, ForwardedAttribute semanticObject)Contexts: ForwardedAttribute returns ForwardedAttribute Constraint: (name=ID label=STRING status=InheritanceStatus)
-