Uses of Enum Class
com.iizix.prop.PropVerificationError.Severity
Packages that use PropVerificationError.Severity
Uses of PropVerificationError.Severity in com.iizix.prop
Fields in com.iizix.prop declared as PropVerificationError.SeverityMethods in com.iizix.prop that return PropVerificationError.SeverityModifier 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.Constructors in com.iizix.prop with parameters of type PropVerificationError.SeverityModifierConstructorDescriptionPropVerificationError
(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.