Uses of Class
com.thomasjensen.checkstyle.addons.checks.misc.LocationReferenceOption
-
Packages that use LocationReferenceOption Package Description com.thomasjensen.checkstyle.addons.checks.misc Checks that find miscellaneous problems. -
-
Uses of LocationReferenceOption in com.thomasjensen.checkstyle.addons.checks.misc
Methods in com.thomasjensen.checkstyle.addons.checks.misc that return LocationReferenceOption Modifier and Type Method Description static LocationReferenceOption
LocationReferenceOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static LocationReferenceOption
LocationReferenceOption. valueOfIgnoreCase(String pValue)
Variant ofEnum.valueOf(java.lang.Class<T>, java.lang.String)
that ignores value case.static LocationReferenceOption[]
LocationReferenceOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-