public static enum Lgraph.ProtoAccessLevel extends Enum<Lgraph.ProtoAccessLevel> implements com.google.protobuf.ProtocolMessageEnum
lgraph.ProtoAccessLevel| Enum Constant and Description |
|---|
FULL
FULL = 3; |
NONE
DO NOT change the value of the enums, we are relying on them
|
READ_ONLY
READ_ONLY = 1; |
READ_WRITE
READ_WRITE = 2; |
| Modifier and Type | Field and Description |
|---|---|
static int |
FULL_VALUE
FULL = 3; |
static int |
NONE_VALUE
DO NOT change the value of the enums, we are relying on them
|
static int |
READ_ONLY_VALUE
READ_ONLY = 1; |
static int |
READ_WRITE_VALUE
READ_WRITE = 2; |
| Modifier and Type | Method and Description |
|---|---|
static Lgraph.ProtoAccessLevel |
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<Lgraph.ProtoAccessLevel> |
internalGetValueMap() |
static Lgraph.ProtoAccessLevel |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Lgraph.ProtoAccessLevel |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Lgraph.ProtoAccessLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lgraph.ProtoAccessLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Lgraph.ProtoAccessLevel NONE
DO NOT change the value of the enums, we are relying on them
NONE = 0;public static final Lgraph.ProtoAccessLevel READ_ONLY
READ_ONLY = 1;public static final Lgraph.ProtoAccessLevel READ_WRITE
READ_WRITE = 2;public static final Lgraph.ProtoAccessLevel FULL
FULL = 3;public static final int NONE_VALUE
DO NOT change the value of the enums, we are relying on them
NONE = 0;public static final int READ_ONLY_VALUE
READ_ONLY = 1;public static final int READ_WRITE_VALUE
READ_WRITE = 2;public static final int FULL_VALUE
FULL = 3;public static Lgraph.ProtoAccessLevel[] values()
for (Lgraph.ProtoAccessLevel c : Lgraph.ProtoAccessLevel.values()) System.out.println(c);
public static Lgraph.ProtoAccessLevel 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 Lgraph.ProtoAccessLevel valueOf(int value)
forNumber(int) instead.public static Lgraph.ProtoAccessLevel forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Lgraph.ProtoAccessLevel> 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 Lgraph.ProtoAccessLevel valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Ant Group. All rights reserved.