public enum PathSeparator extends Enum<PathSeparator> implements com.google.protobuf.ProtocolMessageEnum
aserto.authorizer.v2.PathSeparator| Enum Constant and Description |
|---|
PATH_SEPARATOR_DOT
Dot "." path separator
|
PATH_SEPARATOR_SLASH
Slash "/" path separtor
|
PATH_SEPARATOR_UNKNOWN
Value not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
PATH_SEPARATOR_DOT_VALUE
Dot "." path separator
|
static int |
PATH_SEPARATOR_SLASH_VALUE
Slash "/" path separtor
|
static int |
PATH_SEPARATOR_UNKNOWN_VALUE
Value not set.
|
| Modifier and Type | Method and Description |
|---|---|
static PathSeparator |
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<PathSeparator> |
internalGetValueMap() |
static PathSeparator |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PathSeparator |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PathSeparator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathSeparator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathSeparator PATH_SEPARATOR_UNKNOWN
Value not set.
PATH_SEPARATOR_UNKNOWN = 0;public static final PathSeparator PATH_SEPARATOR_DOT
Dot "." path separator
PATH_SEPARATOR_DOT = 1;public static final PathSeparator PATH_SEPARATOR_SLASH
Slash "/" path separtor
PATH_SEPARATOR_SLASH = 2;public static final PathSeparator UNRECOGNIZED
public static final int PATH_SEPARATOR_UNKNOWN_VALUE
Value not set.
PATH_SEPARATOR_UNKNOWN = 0;public static final int PATH_SEPARATOR_DOT_VALUE
Dot "." path separator
PATH_SEPARATOR_DOT = 1;public static final int PATH_SEPARATOR_SLASH_VALUE
Slash "/" path separtor
PATH_SEPARATOR_SLASH = 2;public static PathSeparator[] values()
for (PathSeparator c : PathSeparator.values()) System.out.println(c);
public static PathSeparator 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 PathSeparator valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static PathSeparator forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<PathSeparator> 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 PathSeparator valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023. All rights reserved.