static LintResult.Severity |
LintResult.Severity.forNumber(int value) |
|
LintResult.Severity |
LintResult.Builder.getSeverity() |
The validation unit severity.
|
LintResult.Severity |
LintResult.getSeverity() |
The validation unit severity.
|
LintResult.Severity |
LintResultOrBuilder.getSeverity() |
The validation unit severity.
|
static LintResult.Severity |
LintResult.Severity.valueOf(int value) |
Deprecated.
|
static LintResult.Severity |
LintResult.Severity.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static LintResult.Severity |
LintResult.Severity.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static LintResult.Severity[] |
LintResult.Severity.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|