Uses of Interface
de.mid.innovator.srv2api.icw2im.IMKeyFeature
-
Packages that use IMKeyFeature Package Description de.mid.innovator.srv2api.icw2im The IM package specify the Information Management Metamodel core concepts required for data modeling. -
-
Uses of IMKeyFeature in de.mid.innovator.srv2api.icw2im
Subinterfaces of IMKeyFeature in de.mid.innovator.srv2api.icw2im Modifier and Type Interface Description interface
IMKeyRelationshipFeature
interface
IMUniqueKeyFeature
Methods in de.mid.innovator.srv2api.icw2im with type parameters of type IMKeyFeature Modifier and Type Method Description <T extends IMKeyFeature>
java.util.List<T>IMFeature. getKeyFeature(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
List of key features that use thisIMFeature
.<T extends IMKeyFeature>
java.util.List<T>IMKey. getOwnedKeyFeature(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
List of key features of thisIMKey
.
-