Uses of Interface
fr.esrf.tango.pogo.pogoDsl.BooleanType
-
Packages that use BooleanType 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 BooleanType in fr.esrf.tango.pogo.pogoDsl
Methods in fr.esrf.tango.pogo.pogoDsl that return BooleanType Modifier and Type Method Description BooleanTypePogoDslFactory. createBooleanType()Returns a new object of class 'Boolean Type'. -
Uses of BooleanType in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement BooleanType Modifier and Type Class Description classBooleanTypeImplAn implementation of the model object 'Boolean Type'.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return BooleanType Modifier and Type Method Description BooleanTypePogoDslFactoryImpl. createBooleanType() -
Uses of BooleanType in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type BooleanType Modifier and Type Method Description TPogoDslSwitch. caseBooleanType(BooleanType object)Returns the result of interpreting the object as an instance of 'Boolean Type'. -
Uses of BooleanType in fr.esrf.tango.pogo.serializer
Methods in fr.esrf.tango.pogo.serializer with parameters of type BooleanType Modifier and Type Method Description protected voidAbstractPogoDslSemanticSequencer. sequence_BooleanType(org.eclipse.xtext.serializer.ISerializationContext context, BooleanType semanticObject)Contexts: PropType returns BooleanType SimpleType returns BooleanType Type returns BooleanType BooleanType returns BooleanType Constraint: {BooleanType}
-