Uses of Interface
fr.esrf.tango.pogo.pogoDsl.AttrProperties
-
Packages that use AttrProperties 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 AttrProperties in fr.esrf.tango.pogo.pogoDsl
Methods in fr.esrf.tango.pogo.pogoDsl that return AttrProperties Modifier and Type Method Description AttrPropertiesPogoDslFactory. createAttrProperties()Returns a new object of class 'Attr Properties'.AttrPropertiesAttribute. getProperties()Returns the value of the 'Properties' containment reference.Methods in fr.esrf.tango.pogo.pogoDsl with parameters of type AttrProperties Modifier and Type Method Description voidAttribute. setProperties(AttrProperties value)Sets the value of the 'Properties' containment reference. -
Uses of AttrProperties in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement AttrProperties Modifier and Type Class Description classAttrPropertiesImplAn implementation of the model object 'Attr Properties'.Fields in fr.esrf.tango.pogo.pogoDsl.impl declared as AttrProperties Modifier and Type Field Description protected AttrPropertiesAttributeImpl. propertiesThe cached value of the 'Properties' containment reference.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return AttrProperties Modifier and Type Method Description AttrPropertiesPogoDslFactoryImpl. createAttrProperties()AttrPropertiesAttributeImpl. getProperties()Methods in fr.esrf.tango.pogo.pogoDsl.impl with parameters of type AttrProperties Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainAttributeImpl. basicSetProperties(AttrProperties newProperties, org.eclipse.emf.common.notify.NotificationChain msgs)voidAttributeImpl. setProperties(AttrProperties newProperties) -
Uses of AttrProperties in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type AttrProperties Modifier and Type Method Description TPogoDslSwitch. caseAttrProperties(AttrProperties object)Returns the result of interpreting the object as an instance of 'Attr Properties'. -
Uses of AttrProperties in fr.esrf.tango.pogo.serializer
Methods in fr.esrf.tango.pogo.serializer with parameters of type AttrProperties Modifier and Type Method Description protected voidAbstractPogoDslSemanticSequencer. sequence_AttrProperties(org.eclipse.xtext.serializer.ISerializationContext context, AttrProperties semanticObject)Contexts: AttrProperties returns AttrProperties Constraint: ( description=STRING label=STRING unit=STRING standardUnit=STRING displayUnit=STRING format=STRING maxValue=STRING minValue=STRING maxAlarm=STRING minAlarm=STRING maxWarning=STRING minWarning=STRING deltaTime=STRING deltaValue=STRING )
-