Uses of Interface
fr.esrf.tango.pogo.pogoDsl.ClassDescription
-
Packages that use ClassDescription 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 ClassDescription in fr.esrf.tango.pogo.pogoDsl
Methods in fr.esrf.tango.pogo.pogoDsl that return ClassDescription Modifier and Type Method Description ClassDescriptionPogoDslFactory. createClassDescription()Returns a new object of class 'Class Description'.ClassDescriptionPogoDeviceClass. getDescription()Returns the value of the 'Description' containment reference.Methods in fr.esrf.tango.pogo.pogoDsl with parameters of type ClassDescription Modifier and Type Method Description voidPogoDeviceClass. setDescription(ClassDescription value)Sets the value of the 'Description' containment reference. -
Uses of ClassDescription in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement ClassDescription Modifier and Type Class Description classClassDescriptionImplAn implementation of the model object 'Class Description'.Fields in fr.esrf.tango.pogo.pogoDsl.impl declared as ClassDescription Modifier and Type Field Description protected ClassDescriptionPogoDeviceClassImpl. descriptionThe cached value of the 'Description' containment reference.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return ClassDescription Modifier and Type Method Description ClassDescriptionPogoDslFactoryImpl. createClassDescription()ClassDescriptionPogoDeviceClassImpl. getDescription()Methods in fr.esrf.tango.pogo.pogoDsl.impl with parameters of type ClassDescription Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainPogoDeviceClassImpl. basicSetDescription(ClassDescription newDescription, org.eclipse.emf.common.notify.NotificationChain msgs)voidPogoDeviceClassImpl. setDescription(ClassDescription newDescription) -
Uses of ClassDescription in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type ClassDescription Modifier and Type Method Description TPogoDslSwitch. caseClassDescription(ClassDescription object)Returns the result of interpreting the object as an instance of 'Class Description'. -
Uses of ClassDescription in fr.esrf.tango.pogo.serializer
Methods in fr.esrf.tango.pogo.serializer with parameters of type ClassDescription Modifier and Type Method Description protected voidAbstractPogoDslSemanticSequencer. sequence_ClassDescription(org.eclipse.xtext.serializer.ISerializationContext context, ClassDescription semanticObject)Contexts: ClassDescription returns ClassDescription Constraint: ( description=STRING title=STRING sourcePath=STRING inheritances+=Inheritance language=Language filestogenerate=STRING identification=ClassIdentification comments=Comments license=STRING copyright=STRING hasMandatoryProperty=Boolean hasConcreteProperty=Boolean hasAbstractCommand=Boolean hasAbstractAttribute=Boolean descriptionHtmlExists=Boolean )
-