Uses of Class
de.mid.innovator.srv2api.icw2drdia.DRDiaCompartmentNode.VAttr
-
Packages that use DRDiaCompartmentNode.VAttr Package Description de.mid.innovator.srv2api.icw2drdia The decision requirements level of a decision model in DMN consists of a Decision Requirement Graph depicted in one or more Decision Requirement Diagrams. -
-
Uses of DRDiaCompartmentNode.VAttr in de.mid.innovator.srv2api.icw2drdia
Methods in de.mid.innovator.srv2api.icw2drdia that return DRDiaCompartmentNode.VAttr Modifier and Type Method Description static DRDiaCompartmentNode.VAttr
DRDiaCompartmentNode.VAttr. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DRDiaCompartmentNode.VAttr[]
DRDiaCompartmentNode.VAttr. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-