Uses of Class
de.mid.innovator.srv2api.icw2elem.ARG_VOclInfo
-
Packages that use ARG_VOclInfo Package Description 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 ARG_VOclInfo in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return types with arguments of type ARG_VOclInfo Modifier and Type Method Description static java.util.List<ARG_VOclInfo>
ELElementHelper. getVoclInstantiate(SrvContext srvCtx, java.lang.Class<? extends ELObject> item)
Returns a sequence of infos for the instantiable types according to the input type.static java.util.List<ARG_VOclInfo>
ELElementHelper. getVoclInstantiateExisting(SrvContext srvCtx, java.lang.Class<? extends ELObject> item)
Returns a sequence of infos for the instantiable types according to the input type, which has existing instances.
-