| Modifier and Type | Method | Description |
|---|---|---|
static Check.Type |
Check.Type.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Check.Type[] |
Check.Type.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
EnumSet<Check.Type> |
Check.getInterest() |
Each check typically checks only a single type of java element - a method or an annotation - but may be
interested in more.
|
Copyright © 2017 Lukas Krejci. All Rights Reserved.