public static enum Domain.ValueSetCase extends Enum<Domain.ValueSetCase> implements com.google.protobuf.Internal.EnumLite
Enum Constant and Description |
---|
ALL_OR_NONE |
EQUATABLE |
RANGE |
VALUESET_NOT_SET |
Modifier and Type | Method and Description |
---|---|
static Domain.ValueSetCase |
forNumber(int value) |
int |
getNumber() |
static Domain.ValueSetCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Domain.ValueSetCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Domain.ValueSetCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Domain.ValueSetCase RANGE
public static final Domain.ValueSetCase EQUATABLE
public static final Domain.ValueSetCase ALL_OR_NONE
public static final Domain.ValueSetCase VALUESET_NOT_SET
public static Domain.ValueSetCase[] values()
for (Domain.ValueSetCase c : Domain.ValueSetCase.values()) System.out.println(c);
public static Domain.ValueSetCase 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 Domain.ValueSetCase valueOf(int value)
forNumber(int)
instead.value
- The number of the enum to look for.public static Domain.ValueSetCase forNumber(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
Copyright © 2023. All Rights Reserved.