Uses of Interface
de.mid.innovator.srv2api.icw2bc.BCPropertySetRefElem
-
Packages that use BCPropertySetRefElem Package Description de.mid.innovator.srv2api.icw2bc Package for Business Object Modeling. -
-
Uses of BCPropertySetRefElem in de.mid.innovator.srv2api.icw2bc
Methods in de.mid.innovator.srv2api.icw2bc that return BCPropertySetRefElem Modifier and Type Method Description BCPropertySetRefElem
BCPropertyRefElem. getOwningPropertySetRef()
The property set being referenced of the property assignment.Methods in de.mid.innovator.srv2api.icw2bc that return types with arguments of type BCPropertySetRefElem Modifier and Type Method Description java.util.List<BCPropertySetRefElem>
BCPropertyAble. getAssignedPropertySet(K_CONTROL_OPTION... behaviourFlags)
All property set assignments of theBCPropertyAble
.java.util.List<BCPropertySetRefElem>
BCPropertySet. getAssignmentToPropertyAble(K_CONTROL_OPTION... behaviourFlags)
All property set references to this property set.
-