Enum Class ValidationUtils.ValidationMode
java.lang.Object
java.lang.Enum<ValidationUtils.ValidationMode>
net.ssehub.easy.dslCore.validation.ValidationUtils.ValidationMode
- All Implemented Interfaces:
Serializable,Comparable<ValidationUtils.ValidationMode>,Constable
- Enclosing class:
ValidationUtils
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThrough EASY-Builder.On-Save through hook in editor, avoid conflicts with xText e.g.Through xText validation called in Builder, using xText language validators. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ValidationUtils.ValidationMode[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ON_SAVE
On-Save through hook in editor, avoid conflicts with xText e.g. Reconciler. -
VALIDATOR
Through xText validation called in Builder, using xText language validators. -
EASY_BUILDER
Through EASY-Builder.
-
-
Constructor Details
-
ValidationMode
private ValidationMode()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-