Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_DM_FUNCTION
Packages that use K_DM_FUNCTION
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_FUNCTION in de.mid.innovator.srv2api.icw2dm
Fields in de.mid.innovator.srv2api.icw2dm declared as K_DM_FUNCTIONModifier and TypeFieldDescriptionARG_NewDMFunctionDefinition.kFunctionkind of function definitionARG_XDMNFunctionDefinitionRep.kFunctionkind of function definitionMethods in de.mid.innovator.srv2api.icw2dm that return K_DM_FUNCTIONModifier and TypeMethodDescriptionDMFunctionDefinition.getFunctionKind()The kind of thisDMFunctionDefinition.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type K_DM_FUNCTIONModifier and TypeMethodDescriptionstatic DMFunctionDefinitionDMFunctionDefinitionHelper.create(SrvContext srvCtx, ELContainerAble ohContainer, K_DM_FUNCTION kFunction, boolean isMaintaining) Creates a newDMFunctionDefinitionas content of the specifiedELContainerAble.voidDMFunctionDefinition.setFunctionKind(K_DM_FUNCTION value) Set the value of Attribut FunctionKind.Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type K_DM_FUNCTIONModifierConstructorDescriptionARG_NewDMFunctionDefinition(ELContainerAble ohContainer, K_DM_FUNCTION kFunction, boolean isMaintaining) ARG_XDMNFunctionDefinitionRep(DMNElement ohElement, DMExpression ohExpr, K_DM_FUNCTION kFunction, List<ARG_XDMNInformationItemRep> seqParameter, ARG_XDMNExpressionRep valBody) -
Uses of K_DM_FUNCTION in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_DM_FUNCTIONModifier and TypeMethodDescriptionstatic K_DM_FUNCTIONK_DM_FUNCTION.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_DM_FUNCTIONReturns the enum constant of this class with the specified name.static K_DM_FUNCTION[]K_DM_FUNCTION.values()Returns an array containing the constants of this enum class, in the order they are declared.