public static enum Ic3Data.Application.Permission.Level extends Enum<Ic3Data.Application.Permission.Level> implements com.google.protobuf.ProtocolMessageEnum
edu.psu.cse.siis.ic3.Application.Permission.Level| Enum Constant and Description |
|---|
DANGEROUS
DANGEROUS = 1; |
NORMAL
NORMAL = 0; |
SIGNATURE
SIGNATURE = 2; |
SIGNATURE_OR_SYSTEM
SIGNATURE_OR_SYSTEM = 3; |
| Modifier and Type | Field and Description |
|---|---|
static int |
DANGEROUS_VALUE
DANGEROUS = 1; |
static int |
NORMAL_VALUE
NORMAL = 0; |
static int |
SIGNATURE_OR_SYSTEM_VALUE
SIGNATURE_OR_SYSTEM = 3; |
static int |
SIGNATURE_VALUE
SIGNATURE = 2; |
| Modifier and Type | Method and Description |
|---|---|
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<Ic3Data.Application.Permission.Level> |
internalGetValueMap() |
static Ic3Data.Application.Permission.Level |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Ic3Data.Application.Permission.Level |
valueOf(int value) |
static Ic3Data.Application.Permission.Level |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ic3Data.Application.Permission.Level[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Ic3Data.Application.Permission.Level NORMAL
NORMAL = 0;public static final Ic3Data.Application.Permission.Level DANGEROUS
DANGEROUS = 1;public static final Ic3Data.Application.Permission.Level SIGNATURE
SIGNATURE = 2;public static final Ic3Data.Application.Permission.Level SIGNATURE_OR_SYSTEM
SIGNATURE_OR_SYSTEM = 3;public static final int NORMAL_VALUE
NORMAL = 0;public static final int DANGEROUS_VALUE
DANGEROUS = 1;public static final int SIGNATURE_VALUE
SIGNATURE = 2;public static final int SIGNATURE_OR_SYSTEM_VALUE
SIGNATURE_OR_SYSTEM = 3;public static Ic3Data.Application.Permission.Level[] values()
for (Ic3Data.Application.Permission.Level c : Ic3Data.Application.Permission.Level.values()) System.out.println(c);
public static Ic3Data.Application.Permission.Level 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.ProtocolMessageEnumpublic static Ic3Data.Application.Permission.Level valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Ic3Data.Application.Permission.Level> 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 Ic3Data.Application.Permission.Level valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2018. All rights reserved.