Uses of Enum Class
com.iizix.prop.PropVerificationError.Severity
Uses of PropVerificationError.Severity in com.iizix.prop
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PropVerificationError.Severity[]
PropVerificationError.Severity.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPropVerificationError
(PropCnr parent, Atom childName, PropVerificationError.Severity severity, String location, String errorText, String... quickFixes) Constructs an error for a child property.PropVerificationError
(PropCnr parent, String childName, PropVerificationError.Severity severity, String location, String errorText, String... quickFixes) Constructs an error for a child property.PropVerificationError
(String id, PropVerificationError.Severity severity, String location, GProp<?> property, String errorText, String... quickFixes) The standard constructor for a property in error.