Uses of Interface
de.mid.innovator.srv2api.icw2bc.BCPropertySet
-
Packages that use BCPropertySet Package Description de.mid.innovator.srv2api.icw2bc Package for Business Object Modeling. -
-
Uses of BCPropertySet in de.mid.innovator.srv2api.icw2bc
Methods in de.mid.innovator.srv2api.icw2bc that return BCPropertySet Modifier and Type Method Description static BCPropertySet
BCPropertySetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Property Set (of a Business Object) with template and container.static BCPropertySet
BCPropertySetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Property Set (of a Business Object) with stereotype and container.BCPropertySet
BCProperty. getOwningPropertySet()
TheBCPropertySet
of theBCProperty
.BCPropertySet
BCPropertySetRefElem. getPropertySet()
The property set being referenced.Methods in de.mid.innovator.srv2api.icw2bc that return types with arguments of type BCPropertySet Modifier and Type Method Description java.util.List<BCPropertySet>
BCPropertyAble. getPropertySetsAssigned(K_CONTROL_OPTION... behaviourFlags)
All property sets being assigned to this element.java.util.List<BCPropertySet>
BCPropertyAble. getPropertySetsAssigned(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getPropertySetsAssigned and filters its return values according to the given stereotype value.Method parameters in de.mid.innovator.srv2api.icw2bc with type arguments of type BCPropertySet Modifier and Type Method Description void
BCPropertyAble. setPropertySetsAssigned(java.util.List<? extends BCPropertySet> values)
Set the value of View PropertySetsAssigned.
-