Uses of Interface
fr.esrf.tango.pogo.pogoDsl.Attribute
-
Packages that use Attribute 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 Attribute in fr.esrf.tango.pogo.pogoDsl
Methods in fr.esrf.tango.pogo.pogoDsl that return Attribute Modifier and Type Method Description AttributePogoDslFactory. createAttribute()Returns a new object of class 'Attribute'.Methods in fr.esrf.tango.pogo.pogoDsl that return types with arguments of type Attribute Modifier and Type Method Description org.eclipse.emf.common.util.EList<Attribute>PogoDeviceClass. getAttributes()Returns the value of the 'Attributes' containment reference list.org.eclipse.emf.common.util.EList<Attribute>PogoDeviceClass. getDynamicAttributes()Returns the value of the 'Dynamic Attributes' containment reference list. -
Uses of Attribute in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement Attribute Modifier and Type Class Description classAttributeImplAn implementation of the model object 'Attribute'.Fields in fr.esrf.tango.pogo.pogoDsl.impl with type parameters of type Attribute Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Attribute>PogoDeviceClassImpl. attributesThe cached value of the 'Attributes' containment reference list.protected org.eclipse.emf.common.util.EList<Attribute>PogoDeviceClassImpl. dynamicAttributesThe cached value of the 'Dynamic Attributes' containment reference list.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return Attribute Modifier and Type Method Description AttributePogoDslFactoryImpl. createAttribute()Methods in fr.esrf.tango.pogo.pogoDsl.impl that return types with arguments of type Attribute Modifier and Type Method Description org.eclipse.emf.common.util.EList<Attribute>PogoDeviceClassImpl. getAttributes()org.eclipse.emf.common.util.EList<Attribute>PogoDeviceClassImpl. getDynamicAttributes() -
Uses of Attribute in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type Attribute Modifier and Type Method Description TPogoDslSwitch. caseAttribute(Attribute object)Returns the result of interpreting the object as an instance of 'Attribute'. -
Uses of Attribute in fr.esrf.tango.pogo.serializer
Methods in fr.esrf.tango.pogo.serializer with parameters of type Attribute Modifier and Type Method Description protected voidAbstractPogoDslSemanticSequencer. sequence_Attribute(org.eclipse.xtext.serializer.ISerializationContext context, Attribute semanticObject)Contexts: Attribute returns Attribute Constraint: ( name=ID attType=AttrType dataType=Type rwType=RW_Type displayLevel=DisplayLevel polledPeriod=STRING maxX=STRING maxY=STRING associatedAttr=STRING memorized=Boolean memorizedAtInit=Boolean changeEvent=FireEvents archiveEvent=FireEvents dataReadyEvent=FireEvents status=InheritanceStatus properties=AttrProperties allocReadMember=Boolean isDynamic=Boolean eventCriteria=EventCriteria evArchiveCriteria=EventCriteria enumLabels+=STRING* readExcludedStates+=STRING* writeExcludedStates+=STRING* )
-