Uses of Interface
fr.esrf.tango.pogo.pogoDsl.ClassIdentification
-
Packages that use ClassIdentification 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 ClassIdentification in fr.esrf.tango.pogo.pogoDsl
Methods in fr.esrf.tango.pogo.pogoDsl that return ClassIdentification Modifier and Type Method Description ClassIdentificationPogoDslFactory. createClassIdentification()Returns a new object of class 'Class Identification'.ClassIdentificationClassDescription. getIdentification()Returns the value of the 'Identification' containment reference.Methods in fr.esrf.tango.pogo.pogoDsl with parameters of type ClassIdentification Modifier and Type Method Description voidClassDescription. setIdentification(ClassIdentification value)Sets the value of the 'Identification' containment reference. -
Uses of ClassIdentification in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement ClassIdentification Modifier and Type Class Description classClassIdentificationImplAn implementation of the model object 'Class Identification'.Fields in fr.esrf.tango.pogo.pogoDsl.impl declared as ClassIdentification Modifier and Type Field Description protected ClassIdentificationClassDescriptionImpl. identificationThe cached value of the 'Identification' containment reference.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return ClassIdentification Modifier and Type Method Description ClassIdentificationPogoDslFactoryImpl. createClassIdentification()ClassIdentificationClassDescriptionImpl. getIdentification()Methods in fr.esrf.tango.pogo.pogoDsl.impl with parameters of type ClassIdentification Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainClassDescriptionImpl. basicSetIdentification(ClassIdentification newIdentification, org.eclipse.emf.common.notify.NotificationChain msgs)voidClassDescriptionImpl. setIdentification(ClassIdentification newIdentification) -
Uses of ClassIdentification in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type ClassIdentification Modifier and Type Method Description TPogoDslSwitch. caseClassIdentification(ClassIdentification object)Returns the result of interpreting the object as an instance of 'Class Identification'. -
Uses of ClassIdentification in fr.esrf.tango.pogo.serializer
Methods in fr.esrf.tango.pogo.serializer with parameters of type ClassIdentification Modifier and Type Method Description protected voidAbstractPogoDslSemanticSequencer. sequence_ClassIdentification(org.eclipse.xtext.serializer.ISerializationContext context, ClassIdentification semanticObject)Contexts: ClassIdentification returns ClassIdentification Constraint: ( contact=STRING author=STRING emailDomain=STRING classFamily=STRING siteSpecific=STRING platform=STRING bus=STRING manufacturer=STRING reference=STRING keyWords+=STRING* )
-