Uses of Interface
de.mid.innovator.srv2api.icw2im.IMIndexedFeature
-
Packages that use IMIndexedFeature Package Description de.mid.innovator.srv2api.icw2db The DB package (specialization of the IM package) describes the concepts needed for modeling a relational database.de.mid.innovator.srv2api.icw2im The IM package specify the Information Management Metamodel core concepts required for data modeling. -
-
Uses of IMIndexedFeature in de.mid.innovator.srv2api.icw2db
Subinterfaces of IMIndexedFeature in de.mid.innovator.srv2api.icw2db Modifier and Type Interface Description interface
DBIndexedColumn
-
Uses of IMIndexedFeature in de.mid.innovator.srv2api.icw2im
Methods in de.mid.innovator.srv2api.icw2im with type parameters of type IMIndexedFeature Modifier and Type Method Description <T extends IMIndexedFeature>
java.util.List<T>IMFeature. getIndexedFeature(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
List of indexed features of thisIMFeature
.<T extends IMIndexedFeature>
java.util.List<T>IMIndex. getOwnedIndexedFeature(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
List of indexed features of thisIMIndex
.
-