| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| Modifier and Type | Method and Description |
|---|---|
static Requirement.Type |
Requirement.Type.forNumber(int value) |
Requirement.Type |
RequirementOrBuilder.getType()
Required: The type of requirement.
|
Requirement.Type |
Requirement.getType()
Required: The type of requirement.
|
Requirement.Type |
Requirement.Builder.getType()
Required: The type of requirement.
|
static Requirement.Type |
Requirement.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Requirement.Type |
Requirement.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Requirement.Type |
Requirement.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Requirement.Type[] |
Requirement.Type.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.Type> |
Requirement.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Requirement.Builder |
Requirement.Builder.setType(Requirement.Type value)
Required: The type of requirement.
|
Copyright © 2009-2020 Google. All Rights Reserved.