Uses of Interface
fr.esrf.tango.pogo.pogoDsl.InheritanceStatus
-
Packages that use InheritanceStatus 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 InheritanceStatus in fr.esrf.tango.pogo.pogoDsl
Methods in fr.esrf.tango.pogo.pogoDsl that return InheritanceStatus Modifier and Type Method Description InheritanceStatusPogoDslFactory. createInheritanceStatus()Returns a new object of class 'Inheritance Status'.InheritanceStatusAttribute. getStatus()Returns the value of the 'Status' containment reference.InheritanceStatusCommand. getStatus()Returns the value of the 'Status' containment reference.InheritanceStatusForwardedAttribute. getStatus()Returns the value of the 'Status' containment reference.InheritanceStatusProperty. getStatus()Returns the value of the 'Status' containment reference.InheritanceStatusState. getStatus()Returns the value of the 'Status' containment reference.Methods in fr.esrf.tango.pogo.pogoDsl with parameters of type InheritanceStatus Modifier and Type Method Description voidAttribute. setStatus(InheritanceStatus value)Sets the value of the 'Status' containment reference.voidCommand. setStatus(InheritanceStatus value)Sets the value of the 'Status' containment reference.voidForwardedAttribute. setStatus(InheritanceStatus value)Sets the value of the 'Status' containment reference.voidProperty. setStatus(InheritanceStatus value)Sets the value of the 'Status' containment reference.voidState. setStatus(InheritanceStatus value)Sets the value of the 'Status' containment reference. -
Uses of InheritanceStatus in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement InheritanceStatus Modifier and Type Class Description classInheritanceStatusImplAn implementation of the model object 'Inheritance Status'.Fields in fr.esrf.tango.pogo.pogoDsl.impl declared as InheritanceStatus Modifier and Type Field Description protected InheritanceStatusAttributeImpl. statusThe cached value of the 'Status' containment reference.protected InheritanceStatusCommandImpl. statusThe cached value of the 'Status' containment reference.protected InheritanceStatusForwardedAttributeImpl. statusThe cached value of the 'Status' containment reference.protected InheritanceStatusPropertyImpl. statusThe cached value of the 'Status' containment reference.protected InheritanceStatusStateImpl. statusThe cached value of the 'Status' containment reference.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return InheritanceStatus Modifier and Type Method Description InheritanceStatusPogoDslFactoryImpl. createInheritanceStatus()InheritanceStatusAttributeImpl. getStatus()InheritanceStatusCommandImpl. getStatus()InheritanceStatusForwardedAttributeImpl. getStatus()InheritanceStatusPropertyImpl. getStatus()InheritanceStatusStateImpl. getStatus()Methods in fr.esrf.tango.pogo.pogoDsl.impl with parameters of type InheritanceStatus Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainAttributeImpl. basicSetStatus(InheritanceStatus newStatus, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainCommandImpl. basicSetStatus(InheritanceStatus newStatus, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainForwardedAttributeImpl. basicSetStatus(InheritanceStatus newStatus, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainPropertyImpl. basicSetStatus(InheritanceStatus newStatus, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainStateImpl. basicSetStatus(InheritanceStatus newStatus, org.eclipse.emf.common.notify.NotificationChain msgs)voidAttributeImpl. setStatus(InheritanceStatus newStatus)voidCommandImpl. setStatus(InheritanceStatus newStatus)voidForwardedAttributeImpl. setStatus(InheritanceStatus newStatus)voidPropertyImpl. setStatus(InheritanceStatus newStatus)voidStateImpl. setStatus(InheritanceStatus newStatus) -
Uses of InheritanceStatus in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type InheritanceStatus Modifier and Type Method Description TPogoDslSwitch. caseInheritanceStatus(InheritanceStatus object)Returns the result of interpreting the object as an instance of 'Inheritance Status'. -
Uses of InheritanceStatus in fr.esrf.tango.pogo.serializer
Methods in fr.esrf.tango.pogo.serializer with parameters of type InheritanceStatus Modifier and Type Method Description protected voidAbstractPogoDslSemanticSequencer. sequence_InheritanceStatus(org.eclipse.xtext.serializer.ISerializationContext context, InheritanceStatus semanticObject)Contexts: InheritanceStatus returns InheritanceStatus Constraint: (abstract=Boolean inherited=Boolean concrete=Boolean concreteHere=Boolean hasChanged=STRING)
-