Uses of Interface
de.mid.innovator.srv2api.icw2bc.BCProperty
-
Packages that use BCProperty Package Description de.mid.innovator.srv2api.icw2bc Package for Business Object Modeling.de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships.de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model. -
-
Uses of BCProperty in de.mid.innovator.srv2api.icw2bc
Methods in de.mid.innovator.srv2api.icw2bc that return BCProperty Modifier and Type Method Description static BCProperty
BCPropertyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Property (of a Business Object) with template and container.static BCProperty
BCPropertyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Property (of a Business Object) with stereotype and container.BCProperty
BCPropertyRefElem. getProperty()
The property being referenced.Methods in de.mid.innovator.srv2api.icw2bc that return types with arguments of type BCProperty Modifier and Type Method Description java.util.List<BCProperty>
BCPropertyAble. getOwnedAdHocProperty(K_CONTROL_OPTION... behaviourFlags)
All properties defined for theBCPropertyAble
.java.util.List<BCProperty>
BCPropertySet. getOwnedProperty(K_CONTROL_OPTION... behaviourFlags)
All properties defined for theBCPropertySet
. -
Uses of BCProperty in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type BCProperty Modifier and Type Method Description java.util.List<BCProperty>
CLClassifier. getTypedBCProperty(K_CONTROL_OPTION... behaviourFlags)
All properties typed by the classifier. -
Uses of BCProperty in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return BCProperty Modifier and Type Method Description BCProperty
ELValSpec. getOwningBCProperty()
-