| Modifier and Type | Method and Description |
|---|---|
static CompanySize |
CompanySize.forNumber(int value) |
CompanySize |
CompanyOrBuilder.getSize()
Optional.
|
CompanySize |
Company.getSize()
Optional.
|
CompanySize |
Company.Builder.getSize()
Optional.
|
static CompanySize |
CompanySize.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CompanySize |
CompanySize.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CompanySize |
CompanySize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompanySize[] |
CompanySize.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<CompanySize> |
CompanySize.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Company.Builder |
Company.Builder.setSize(CompanySize value)
Optional.
|
Copyright © 2019 Google LLC. All rights reserved.