public enum Option extends Enum<Option> implements com.google.protobuf.ProtocolMessageEnum
aserto.directory.exporter.v3.Option| Enum Constant and Description |
|---|
OPTION_DATA
all data = OPTION_DATA_OBJECTS | OPTION_DATA_RELATIONS
|
OPTION_DATA_OBJECTS
object instances
|
OPTION_DATA_RELATIONS
relation instances
|
OPTION_STATS
stats
|
OPTION_UNKNOWN
nothing selected (default initialization value)
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
OPTION_DATA_OBJECTS_VALUE
object instances
|
static int |
OPTION_DATA_RELATIONS_VALUE
relation instances
|
static int |
OPTION_DATA_VALUE
all data = OPTION_DATA_OBJECTS | OPTION_DATA_RELATIONS
|
static int |
OPTION_STATS_VALUE
stats
|
static int |
OPTION_UNKNOWN_VALUE
nothing selected (default initialization value)
|
| Modifier and Type | Method and Description |
|---|---|
static Option |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Option> |
internalGetValueMap() |
static Option |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Option |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Option OPTION_UNKNOWN
nothing selected (default initialization value)
OPTION_UNKNOWN = 0;public static final Option OPTION_DATA_OBJECTS
object instances
OPTION_DATA_OBJECTS = 8;public static final Option OPTION_DATA_RELATIONS
relation instances
OPTION_DATA_RELATIONS = 16;public static final Option OPTION_DATA
all data = OPTION_DATA_OBJECTS | OPTION_DATA_RELATIONS
OPTION_DATA = 24;public static final Option OPTION_STATS
stats
OPTION_STATS = 64;public static final Option UNRECOGNIZED
public static final int OPTION_UNKNOWN_VALUE
nothing selected (default initialization value)
OPTION_UNKNOWN = 0;public static final int OPTION_DATA_OBJECTS_VALUE
object instances
OPTION_DATA_OBJECTS = 8;public static final int OPTION_DATA_RELATIONS_VALUE
relation instances
OPTION_DATA_RELATIONS = 16;public static final int OPTION_DATA_VALUE
all data = OPTION_DATA_OBJECTS | OPTION_DATA_RELATIONS
OPTION_DATA = 24;public static final int OPTION_STATS_VALUE
stats
OPTION_STATS = 64;public static Option[] values()
for (Option c : Option.values()) System.out.println(c);
public static Option 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 nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Option valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Option forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Option> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Option valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024. All rights reserved.