Uses of Interface
de.mid.innovator.srv2api.icw2bc.BCPropertySet

Packages that use BCPropertySet
de.mid.innovator.srv2api.icw2bc   
 

Uses of BCPropertySet in de.mid.innovator.srv2api.icw2bc
 

Methods in de.mid.innovator.srv2api.icw2bc that return BCPropertySet
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()
          The BCPropertySet of the BCProperty.
 BCPropertySet BCPropertySetRefElem.getPropertySet()
          The property set being referenced.
 

Methods in de.mid.innovator.srv2api.icw2bc that return types with arguments of type BCPropertySet
 List<BCPropertySet> BCPropertyAble.getPropertySetsAssigned(K_CONTROL_OPTION... behaviourFlags)
          All property sets being assigned to this element.
 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
 void BCPropertyAble.setPropertySetsAssigned(List<? extends BCPropertySet> values)
          Set the value of View PropertySetsAssigned.