public static enum SubjectAlternateName.NameCase extends Enum<SubjectAlternateName.NameCase> implements com.google.protobuf.Internal.EnumLite
Enum Constant and Description |
---|
DNS |
IP_ADDRESS |
NAME_NOT_SET |
URI |
Modifier and Type | Method and Description |
---|---|
static SubjectAlternateName.NameCase |
forNumber(int value) |
int |
getNumber() |
static SubjectAlternateName.NameCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SubjectAlternateName.NameCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubjectAlternateName.NameCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubjectAlternateName.NameCase DNS
public static final SubjectAlternateName.NameCase URI
public static final SubjectAlternateName.NameCase IP_ADDRESS
public static final SubjectAlternateName.NameCase NAME_NOT_SET
public static SubjectAlternateName.NameCase[] values()
for (SubjectAlternateName.NameCase c : SubjectAlternateName.NameCase.values()) System.out.println(c);
public static SubjectAlternateName.NameCase 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 SubjectAlternateName.NameCase valueOf(int value)
forNumber(int)
instead.public static SubjectAlternateName.NameCase forNumber(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
Copyright © 2018–2021 The Envoy Project. All rights reserved.