public static enum DimensionExpression.OneExpressionCase extends Enum<DimensionExpression.OneExpressionCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
CONCATENATE |
LOWER_CASE |
ONEEXPRESSION_NOT_SET |
UPPER_CASE |
| Modifier and Type | Method and Description |
|---|---|
static DimensionExpression.OneExpressionCase |
forNumber(int value) |
int |
getNumber() |
static DimensionExpression.OneExpressionCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DimensionExpression.OneExpressionCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DimensionExpression.OneExpressionCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DimensionExpression.OneExpressionCase LOWER_CASE
public static final DimensionExpression.OneExpressionCase UPPER_CASE
public static final DimensionExpression.OneExpressionCase CONCATENATE
public static final DimensionExpression.OneExpressionCase ONEEXPRESSION_NOT_SET
public static DimensionExpression.OneExpressionCase[] values()
for (DimensionExpression.OneExpressionCase c : DimensionExpression.OneExpressionCase.values()) System.out.println(c);
public static DimensionExpression.OneExpressionCase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Deprecated public static DimensionExpression.OneExpressionCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static DimensionExpression.OneExpressionCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2022 Google LLC. All rights reserved.