public static enum MSPPrincipal.Classification extends Enum<MSPPrincipal.Classification> implements com.google.protobuf.ProtocolMessageEnum
common.MSPPrincipal.Classification
Enum Constant and Description |
---|
ANONYMITY
identity
|
COMBINED
an identity to be anonymous or nominal.
|
IDENTITY
groupping of entities, per MSP affiliation
E.g., this can well be represented by an MSP's
Organization unit
|
ORGANIZATION_UNIT
one of a member of MSP network, and the one of an
administrator of an MSP network
|
ROLE
Represents the one of the dedicated MSP roles, the
|
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
ANONYMITY_VALUE
identity
|
static int |
COMBINED_VALUE
an identity to be anonymous or nominal.
|
static int |
IDENTITY_VALUE
groupping of entities, per MSP affiliation
E.g., this can well be represented by an MSP's
Organization unit
|
static int |
ORGANIZATION_UNIT_VALUE
one of a member of MSP network, and the one of an
administrator of an MSP network
|
static int |
ROLE_VALUE
Represents the one of the dedicated MSP roles, the
|
Modifier and Type | Method and Description |
---|---|
static MSPPrincipal.Classification |
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<MSPPrincipal.Classification> |
internalGetValueMap() |
static MSPPrincipal.Classification |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MSPPrincipal.Classification |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MSPPrincipal.Classification |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MSPPrincipal.Classification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MSPPrincipal.Classification ROLE
Represents the one of the dedicated MSP roles, the
ROLE = 0;
public static final MSPPrincipal.Classification ORGANIZATION_UNIT
one of a member of MSP network, and the one of an administrator of an MSP network
ORGANIZATION_UNIT = 1;
public static final MSPPrincipal.Classification IDENTITY
groupping of entities, per MSP affiliation E.g., this can well be represented by an MSP's Organization unit
IDENTITY = 2;
public static final MSPPrincipal.Classification ANONYMITY
identity
ANONYMITY = 3;
public static final MSPPrincipal.Classification COMBINED
an identity to be anonymous or nominal.
COMBINED = 4;
public static final MSPPrincipal.Classification UNRECOGNIZED
public static final int ROLE_VALUE
Represents the one of the dedicated MSP roles, the
ROLE = 0;
public static final int ORGANIZATION_UNIT_VALUE
one of a member of MSP network, and the one of an administrator of an MSP network
ORGANIZATION_UNIT = 1;
public static final int IDENTITY_VALUE
groupping of entities, per MSP affiliation E.g., this can well be represented by an MSP's Organization unit
IDENTITY = 2;
public static final int ANONYMITY_VALUE
identity
ANONYMITY = 3;
public static final int COMBINED_VALUE
an identity to be anonymous or nominal.
COMBINED = 4;
public static MSPPrincipal.Classification[] values()
for (MSPPrincipal.Classification c : MSPPrincipal.Classification.values()) System.out.println(c);
public static MSPPrincipal.Classification 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.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static MSPPrincipal.Classification valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static MSPPrincipal.Classification forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<MSPPrincipal.Classification> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static MSPPrincipal.Classification valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022. All rights reserved.