Uses of Interface
bpsim.PropertyType
-
Packages that use PropertyType Package Description bpsim bpsim.impl bpsim.util -
-
Uses of PropertyType in bpsim
Methods in bpsim that return PropertyType Modifier and Type Method Description PropertyTypeBpsimFactory. createPropertyType()Returns a new object of class 'Property Type'.Methods in bpsim that return types with arguments of type PropertyType Modifier and Type Method Description org.eclipse.emf.common.util.EList<PropertyType>PropertyParameters. getProperty()Returns the value of the 'Property' containment reference list. -
Uses of PropertyType in bpsim.impl
Classes in bpsim.impl that implement PropertyType Modifier and Type Class Description classPropertyTypeImplAn implementation of the model object 'Property Type'.Fields in bpsim.impl with type parameters of type PropertyType Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<PropertyType>PropertyParametersImpl. propertyThe cached value of the 'Property' containment reference list.Methods in bpsim.impl that return PropertyType Modifier and Type Method Description PropertyTypeBpsimFactoryImpl. createPropertyType()Methods in bpsim.impl that return types with arguments of type PropertyType Modifier and Type Method Description org.eclipse.emf.common.util.EList<PropertyType>PropertyParametersImpl. getProperty() -
Uses of PropertyType in bpsim.util
Methods in bpsim.util with parameters of type PropertyType Modifier and Type Method Description TBpsimSwitch. casePropertyType(PropertyType object)Returns the result of interpreting the object as an instance of 'Property Type'.
-