Uses of Enum Class
com.iizix.prop.GError.Source
Packages that use GError.Source
Uses of GError.Source in com.iizix.prop
Fields in com.iizix.prop declared as GError.SourceMethods in com.iizix.prop that return GError.SourceModifier 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.Constructors in com.iizix.prop with parameters of type GError.SourceModifierConstructorDescriptionGError
(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.