Uses of Class
com.iizix.prop.PropVerificationError.Severity
Packages that use PropVerificationError.Severity Package Description com.iizix.prop Uses of PropVerificationError.Severity in com.iizix.prop
Fields in com.iizix.prop declared as PropVerificationError.Severity Modifier and Type Field Description PropVerificationError.Severity
PropVerificationError. severity
The severity of the error.Methods in com.iizix.prop that return PropVerificationError.Severity Modifier and Type Method Description static PropVerificationError.Severity
PropVerificationError.Severity. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PropVerificationError.Severity[]
PropVerificationError.Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.iizix.prop with parameters of type PropVerificationError.Severity Constructor Description PropVerificationError(PropCnr parent, Atom childName, PropVerificationError.Severity severity, java.lang.String location, java.lang.String errorText, java.lang.String... quickFixes)
Constructs an error for a child property.PropVerificationError(PropCnr parent, java.lang.String childName, PropVerificationError.Severity severity, java.lang.String location, java.lang.String errorText, java.lang.String... quickFixes)
Constructs an error for a child property.PropVerificationError(java.lang.String id, PropVerificationError.Severity severity, java.lang.String location, GProp<?> property, java.lang.String errorText, java.lang.String... quickFixes)
The standard constructor for a property in error.