Uses of Enum Class
ai.stapi.graphsystem.commandvalidation.model.CommandConstrainViolation.Level
Packages that use CommandConstrainViolation.Level
-
Uses of CommandConstrainViolation.Level in ai.stapi.graphsystem.commandvalidation.model
Methods in ai.stapi.graphsystem.commandvalidation.model that return CommandConstrainViolation.LevelModifier and TypeMethodDescriptionAbstractCommandConstrainViolation.getLevel()CommandConstrainViolation.getLevel()Returns the enum constant of this class with the specified name.static CommandConstrainViolation.Level[]CommandConstrainViolation.Level.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ai.stapi.graphsystem.commandvalidation.model with parameters of type CommandConstrainViolation.LevelModifierConstructorDescriptionprotectedAbstractCommandConstrainViolation(String commandName, CommandViolationFieldPath fieldPath, CommandConstrainViolation.Level level) protectedActualValueCommandConstrainViolation(String commandName, CommandViolationFieldPath fieldPath, CommandConstrainViolation.Level level, Object actualValue)