public enum Flag extends Enum<Flag> implements com.google.protobuf.ProtocolMessageEnum
aserto.directory.common.v2.Flag| Enum Constant and Description |
|---|
FLAG_HIDDEN
hidden object
|
FLAG_READONLY
read-only object
|
FLAG_SHADOW
shadow object by type+key associated to parent object
|
FLAG_SYSTEM
system object
|
FLAG_UNKNOWN
default, no special object behavior
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
FLAG_HIDDEN_VALUE
hidden object
|
static int |
FLAG_READONLY_VALUE
read-only object
|
static int |
FLAG_SHADOW_VALUE
shadow object by type+key associated to parent object
|
static int |
FLAG_SYSTEM_VALUE
system object
|
static int |
FLAG_UNKNOWN_VALUE
default, no special object behavior
|
| Modifier and Type | Method and Description |
|---|---|
static Flag |
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<Flag> |
internalGetValueMap() |
static Flag |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Flag |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Flag FLAG_UNKNOWN
default, no special object behavior
FLAG_UNKNOWN = 0;public static final Flag FLAG_HIDDEN
hidden object
FLAG_HIDDEN = 1;public static final Flag FLAG_READONLY
read-only object
FLAG_READONLY = 2;public static final Flag FLAG_SYSTEM
system object
FLAG_SYSTEM = 4;public static final Flag FLAG_SHADOW
shadow object by type+key associated to parent object
FLAG_SHADOW = 8;public static final Flag UNRECOGNIZED
public static final int FLAG_UNKNOWN_VALUE
default, no special object behavior
FLAG_UNKNOWN = 0;public static final int FLAG_HIDDEN_VALUE
hidden object
FLAG_HIDDEN = 1;public static final int FLAG_READONLY_VALUE
read-only object
FLAG_READONLY = 2;public static final int FLAG_SYSTEM_VALUE
system object
FLAG_SYSTEM = 4;public static final int FLAG_SHADOW_VALUE
shadow object by type+key associated to parent object
FLAG_SHADOW = 8;public static Flag[] values()
for (Flag c : Flag.values()) System.out.println(c);
public static Flag 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 Flag valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Flag forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Flag> 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 Flag valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024. All rights reserved.