Uses of Enum Class
com.iizix.prop.GError.Source
Uses of GError.Source in com.iizix.prop
Modifier and TypeMethodDescriptionstatic GError.Source
Returns the enum constant of this class with the specified name.static GError.Source[]
GError.Source.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionGError
(GError.Type type, GError.Source source, String propertyName, String propertyItem, String description) Creates a new error object without quick fixes.GError
(GError.Type type, GError.Source source, String propertyName, String propertyItem, String description, QuickFix[] quickFixes) Creates a new error object.