Uses of Interface
fr.esrf.tango.pogo.pogoDsl.AdditionalFile
-
Packages that use AdditionalFile 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 AdditionalFile in fr.esrf.tango.pogo.pogoDsl
Methods in fr.esrf.tango.pogo.pogoDsl that return AdditionalFile Modifier and Type Method Description AdditionalFilePogoDslFactory. createAdditionalFile()Returns a new object of class 'Additional File'.Methods in fr.esrf.tango.pogo.pogoDsl that return types with arguments of type AdditionalFile Modifier and Type Method Description org.eclipse.emf.common.util.EList<AdditionalFile>OneClassSimpleDef. getAdditionalFiles()Returns the value of the 'Additional Files' containment reference list.org.eclipse.emf.common.util.EList<AdditionalFile>PogoDeviceClass. getAdditionalFiles()Returns the value of the 'Additional Files' containment reference list. -
Uses of AdditionalFile in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement AdditionalFile Modifier and Type Class Description classAdditionalFileImplAn implementation of the model object 'Additional File'.Fields in fr.esrf.tango.pogo.pogoDsl.impl with type parameters of type AdditionalFile Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<AdditionalFile>OneClassSimpleDefImpl. additionalFilesThe cached value of the 'Additional Files' containment reference list.protected org.eclipse.emf.common.util.EList<AdditionalFile>PogoDeviceClassImpl. additionalFilesThe cached value of the 'Additional Files' containment reference list.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return AdditionalFile Modifier and Type Method Description AdditionalFilePogoDslFactoryImpl. createAdditionalFile()Methods in fr.esrf.tango.pogo.pogoDsl.impl that return types with arguments of type AdditionalFile Modifier and Type Method Description org.eclipse.emf.common.util.EList<AdditionalFile>OneClassSimpleDefImpl. getAdditionalFiles()org.eclipse.emf.common.util.EList<AdditionalFile>PogoDeviceClassImpl. getAdditionalFiles() -
Uses of AdditionalFile in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type AdditionalFile Modifier and Type Method Description TPogoDslSwitch. caseAdditionalFile(AdditionalFile object)Returns the result of interpreting the object as an instance of 'Additional File'. -
Uses of AdditionalFile in fr.esrf.tango.pogo.serializer
Methods in fr.esrf.tango.pogo.serializer with parameters of type AdditionalFile Modifier and Type Method Description protected voidAbstractPogoDslSemanticSequencer. sequence_AdditionalFile(org.eclipse.xtext.serializer.ISerializationContext context, AdditionalFile semanticObject)Contexts: AdditionalFile returns AdditionalFile Constraint: (name=STRING path=STRING)
-