Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
static Requirement.Severity |
Requirement.Severity.forNumber(int value) |
Requirement.Severity |
Requirement.getSeverity()
optional .jscomp.Requirement.Severity severity = 12 [default = WARNING]; |
Requirement.Severity |
Requirement.Builder.getSeverity()
optional .jscomp.Requirement.Severity severity = 12 [default = WARNING]; |
Requirement.Severity |
RequirementOrBuilder.getSeverity()
optional .jscomp.Requirement.Severity severity = 12 [default = WARNING]; |
static Requirement.Severity |
Requirement.Severity.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Requirement.Severity |
Requirement.Severity.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Requirement.Severity |
Requirement.Severity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Requirement.Severity[] |
Requirement.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<Requirement.Severity> |
Requirement.Severity.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Requirement.Builder |
Requirement.Builder.setSeverity(Requirement.Severity value)
optional .jscomp.Requirement.Severity severity = 12 [default = WARNING]; |
Copyright © 2009-2020 Google. All Rights Reserved.