Uses of Interface
de.mid.innovator.srv2api.icw2bc.BCPropertySet
Packages that use BCPropertySet
-
Uses of BCPropertySet in de.mid.innovator.srv2api.icw2bc
Methods in de.mid.innovator.srv2api.icw2bc that return BCPropertySetModifier and TypeMethodDescriptionstatic BCPropertySetBCPropertySetHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Property Set (of a Business Object) with template and container.static BCPropertySetBCPropertySetHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Property Set (of a Business Object) with stereotype and container.BCProperty.getOwningPropertySet()TheBCPropertySetof theBCProperty.BCPropertySetRefElem.getPropertySet()The property set being referenced.Methods in de.mid.innovator.srv2api.icw2bc that return types with arguments of type BCPropertySetModifier and TypeMethodDescriptionBCPropertyAble.getPropertySetsAssigned()All property sets being assigned to this element.BCPropertyAble.getPropertySetsAssigned(MMStereotype stereotype) 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 BCPropertySetModifier and TypeMethodDescriptionvoidBCPropertyAble.setPropertySetsAssigned(List<? extends BCPropertySet> values) Set the value of View PropertySetsAssigned.