| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| Modifier and Type | Method and Description |
|---|---|
static Requirement.TypeMatchingStrategy |
Requirement.TypeMatchingStrategy.forNumber(int value) |
Requirement.TypeMatchingStrategy |
Requirement.getTypeMatchingStrategy()
Strategy to use for matching types in the value parameter (e.g.
|
Requirement.TypeMatchingStrategy |
Requirement.Builder.getTypeMatchingStrategy()
Strategy to use for matching types in the value parameter (e.g.
|
Requirement.TypeMatchingStrategy |
RequirementOrBuilder.getTypeMatchingStrategy()
Strategy to use for matching types in the value parameter (e.g.
|
static Requirement.TypeMatchingStrategy |
Requirement.TypeMatchingStrategy.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Requirement.TypeMatchingStrategy |
Requirement.TypeMatchingStrategy.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Requirement.TypeMatchingStrategy |
Requirement.TypeMatchingStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Requirement.TypeMatchingStrategy[] |
Requirement.TypeMatchingStrategy.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.TypeMatchingStrategy> |
Requirement.TypeMatchingStrategy.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Requirement.Builder |
Requirement.Builder.setTypeMatchingStrategy(Requirement.TypeMatchingStrategy value)
Strategy to use for matching types in the value parameter (e.g.
|
Copyright © 2009-2020 Google. All Rights Reserved.