Uses of Interface
fr.esrf.tango.pogo.pogoDsl.Property
-
Packages that use Property Package Description fr.esrf.tango.pogo.pogoDsl fr.esrf.tango.pogo.pogoDsl.impl fr.esrf.tango.pogo.pogoDsl.util fr.esrf.tango.pogo.serializer fr.esrf.tango.pogo.validation -
-
Uses of Property in fr.esrf.tango.pogo.pogoDsl
Methods in fr.esrf.tango.pogo.pogoDsl that return Property Modifier and Type Method Description PropertyPogoDslFactory. createProperty()Returns a new object of class 'Property'.Methods in fr.esrf.tango.pogo.pogoDsl that return types with arguments of type Property Modifier and Type Method Description org.eclipse.emf.common.util.EList<Property>PogoDeviceClass. getClassProperties()Returns the value of the 'Class Properties' containment reference list.org.eclipse.emf.common.util.EList<Property>PogoDeviceClass. getDeviceProperties()Returns the value of the 'Device Properties' containment reference list. -
Uses of Property in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement Property Modifier and Type Class Description classPropertyImplAn implementation of the model object 'Property'.Fields in fr.esrf.tango.pogo.pogoDsl.impl with type parameters of type Property Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Property>PogoDeviceClassImpl. classPropertiesThe cached value of the 'Class Properties' containment reference list.protected org.eclipse.emf.common.util.EList<Property>PogoDeviceClassImpl. devicePropertiesThe cached value of the 'Device Properties' containment reference list.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return Property Modifier and Type Method Description PropertyPogoDslFactoryImpl. createProperty()Methods in fr.esrf.tango.pogo.pogoDsl.impl that return types with arguments of type Property Modifier and Type Method Description org.eclipse.emf.common.util.EList<Property>PogoDeviceClassImpl. getClassProperties()org.eclipse.emf.common.util.EList<Property>PogoDeviceClassImpl. getDeviceProperties() -
Uses of Property in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type Property Modifier and Type Method Description TPogoDslSwitch. caseProperty(Property object)Returns the result of interpreting the object as an instance of 'Property'. -
Uses of Property in fr.esrf.tango.pogo.serializer
Methods in fr.esrf.tango.pogo.serializer with parameters of type Property Modifier and Type Method Description protected voidAbstractPogoDslSemanticSequencer. sequence_Property(org.eclipse.xtext.serializer.ISerializationContext context, Property semanticObject)Contexts: Property returns Property Constraint: ( name=ID type=PropType status=InheritanceStatus mandatory=Boolean description=STRING DefaultPropValue+=STRING* ) -
Uses of Property in fr.esrf.tango.pogo.validation
Methods in fr.esrf.tango.pogo.validation that return types with arguments of type Property Modifier and Type Method Description static java.util.List<Property>ValidHelper. getSiblings(Property p)Methods in fr.esrf.tango.pogo.validation with parameters of type Property Modifier and Type Method Description voidPogoDslJavaValidator. checkPropertyName(Property element)static java.util.List<Property>ValidHelper. getSiblings(Property p)
-