Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_DM_ITERATOR
Packages that use K_DM_ITERATOR
Package
Description
The purpose of DMN is to provide the constructs that are needed to model
decisions, so that organizational decision-making can be readily depicted in
diagrams, accurately defined by business analysts, and (optionally) automated.
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 K_DM_ITERATOR in de.mid.innovator.srv2api.icw2dm
Fields in de.mid.innovator.srv2api.icw2dm declared as K_DM_ITERATORModifier and TypeFieldDescriptionARG_NewDMIterator.kIteratorkind of iteratorARG_XDMNIteratorRep.kIteratorkind of iteratorMethods in de.mid.innovator.srv2api.icw2dm that return K_DM_ITERATORMethods in de.mid.innovator.srv2api.icw2dm with parameters of type K_DM_ITERATORModifier and TypeMethodDescriptionstatic DMIteratorDMIteratorHelper.create(SrvContext srvCtx, ELContainerAble ohContainer, K_DM_ITERATOR kIterator, boolean isMaintaining) Creates a newDMIteratoras content of the specifiedELContainerAble.voidDMIterator.setIteratorKind(K_DM_ITERATOR value) Set the value of Attribut IteratorKind.Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type K_DM_ITERATORModifierConstructorDescriptionARG_NewDMIterator(ELContainerAble ohContainer, K_DM_ITERATOR kIterator, boolean isMaintaining) ARG_XDMNIteratorRep(DMNElement ohElement, DMExpression ohExpr, K_DM_ITERATOR kIterator, String strVariable, ARG_XDMNTypedChildExpressionRep valIn, ARG_XDMNChildExpressionRep valResult) -
Uses of K_DM_ITERATOR in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_DM_ITERATORModifier and TypeMethodDescriptionstatic K_DM_ITERATORK_DM_ITERATOR.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_DM_ITERATORReturns the enum constant of this class with the specified name.static K_DM_ITERATOR[]K_DM_ITERATOR.values()Returns an array containing the constants of this enum class, in the order they are declared.