Uses of Class
net.ssehub.easy.varModel.model.datatypes.Operation.NestingMode
-
Packages that use Operation.NestingMode Package Description net.ssehub.easy.varModel.model.datatypes Base directory for the main datatype classes. -
-
Uses of Operation.NestingMode in net.ssehub.easy.varModel.model.datatypes
Fields in net.ssehub.easy.varModel.model.datatypes declared as Operation.NestingMode Modifier and Type Field Description private Operation.NestingModeOperation. nestingModeMethods in net.ssehub.easy.varModel.model.datatypes that return Operation.NestingMode Modifier and Type Method Description Operation.NestingModeOperation. getNestingMode()Returns the nesting mode.static Operation.NestingModeOperation.NestingMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Operation.NestingMode[]Operation.NestingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-