Uses of Interface
fr.esrf.tango.pogo.pogoDsl.Argument
-
Packages that use Argument 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 Argument in fr.esrf.tango.pogo.pogoDsl
Methods in fr.esrf.tango.pogo.pogoDsl that return Argument Modifier and Type Method Description ArgumentPogoDslFactory. createArgument()Returns a new object of class 'Argument'.ArgumentCommand. getArgin()Returns the value of the 'Argin' containment reference.ArgumentCommand. getArgout()Returns the value of the 'Argout' containment reference.Methods in fr.esrf.tango.pogo.pogoDsl with parameters of type Argument Modifier and Type Method Description voidCommand. setArgin(Argument value)Sets the value of the 'Argin' containment reference.voidCommand. setArgout(Argument value)Sets the value of the 'Argout' containment reference. -
Uses of Argument in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement Argument Modifier and Type Class Description classArgumentImplAn implementation of the model object 'Argument'.Fields in fr.esrf.tango.pogo.pogoDsl.impl declared as Argument Modifier and Type Field Description protected ArgumentCommandImpl. arginThe cached value of the 'Argin' containment reference.protected ArgumentCommandImpl. argoutThe cached value of the 'Argout' containment reference.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return Argument Modifier and Type Method Description ArgumentPogoDslFactoryImpl. createArgument()ArgumentCommandImpl. getArgin()ArgumentCommandImpl. getArgout()Methods in fr.esrf.tango.pogo.pogoDsl.impl with parameters of type Argument Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainCommandImpl. basicSetArgin(Argument newArgin, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainCommandImpl. basicSetArgout(Argument newArgout, org.eclipse.emf.common.notify.NotificationChain msgs)voidCommandImpl. setArgin(Argument newArgin)voidCommandImpl. setArgout(Argument newArgout) -
Uses of Argument in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type Argument Modifier and Type Method Description TPogoDslSwitch. caseArgument(Argument object)Returns the result of interpreting the object as an instance of 'Argument'. -
Uses of Argument in fr.esrf.tango.pogo.serializer
Methods in fr.esrf.tango.pogo.serializer with parameters of type Argument Modifier and Type Method Description protected voidAbstractPogoDslSemanticSequencer. sequence_Argument(org.eclipse.xtext.serializer.ISerializationContext context, Argument semanticObject)Contexts: Argument returns Argument Constraint: (type=Type description=STRING)
-