Uses of Interface
fr.esrf.tango.pogo.pogoDsl.Preferences
-
Packages that use Preferences 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 Preferences in fr.esrf.tango.pogo.pogoDsl
Methods in fr.esrf.tango.pogo.pogoDsl that return Preferences Modifier and Type Method Description PreferencesPogoDslFactory. createPreferences()Returns a new object of class 'Preferences'.PreferencesPogoDeviceClass. getPreferences()Returns the value of the 'Preferences' containment reference.PreferencesPogoMultiClasses. getPreferences()Returns the value of the 'Preferences' containment reference.Methods in fr.esrf.tango.pogo.pogoDsl with parameters of type Preferences Modifier and Type Method Description voidPogoDeviceClass. setPreferences(Preferences value)Sets the value of the 'Preferences' containment reference.voidPogoMultiClasses. setPreferences(Preferences value)Sets the value of the 'Preferences' containment reference. -
Uses of Preferences in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement Preferences Modifier and Type Class Description classPreferencesImplAn implementation of the model object 'Preferences'.Fields in fr.esrf.tango.pogo.pogoDsl.impl declared as Preferences Modifier and Type Field Description protected PreferencesPogoDeviceClassImpl. preferencesThe cached value of the 'Preferences' containment reference.protected PreferencesPogoMultiClassesImpl. preferencesThe cached value of the 'Preferences' containment reference.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return Preferences Modifier and Type Method Description PreferencesPogoDslFactoryImpl. createPreferences()PreferencesPogoDeviceClassImpl. getPreferences()PreferencesPogoMultiClassesImpl. getPreferences()Methods in fr.esrf.tango.pogo.pogoDsl.impl with parameters of type Preferences Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainPogoDeviceClassImpl. basicSetPreferences(Preferences newPreferences, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainPogoMultiClassesImpl. basicSetPreferences(Preferences newPreferences, org.eclipse.emf.common.notify.NotificationChain msgs)voidPogoDeviceClassImpl. setPreferences(Preferences newPreferences)voidPogoMultiClassesImpl. setPreferences(Preferences newPreferences) -
Uses of Preferences in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type Preferences Modifier and Type Method Description TPogoDslSwitch. casePreferences(Preferences object)Returns the result of interpreting the object as an instance of 'Preferences'. -
Uses of Preferences in fr.esrf.tango.pogo.serializer
Methods in fr.esrf.tango.pogo.serializer with parameters of type Preferences Modifier and Type Method Description protected voidAbstractPogoDslSemanticSequencer. sequence_Preferences(org.eclipse.xtext.serializer.ISerializationContext context, Preferences semanticObject)Contexts: Preferences returns Preferences Constraint: (docHome=STRING makefileHome=STRING installHome=STRING htmlVersion=Boolean)
-