public static enum Ic3Data.Application.Component.ComponentKind extends Enum<Ic3Data.Application.Component.ComponentKind> implements com.google.protobuf.ProtocolMessageEnum
edu.psu.cse.siis.ic3.Application.Component.ComponentKind| Enum Constant and Description |
|---|
ACTIVITY
ACTIVITY = 0; |
DYNAMIC_RECEIVER
DYNAMIC_RECEIVER = 3; |
PROVIDER
PROVIDER = 4; |
RECEIVER
RECEIVER = 2; |
SERVICE
SERVICE = 1; |
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTIVITY_VALUE
ACTIVITY = 0; |
static int |
DYNAMIC_RECEIVER_VALUE
DYNAMIC_RECEIVER = 3; |
static int |
PROVIDER_VALUE
PROVIDER = 4; |
static int |
RECEIVER_VALUE
RECEIVER = 2; |
static int |
SERVICE_VALUE
SERVICE = 1; |
| 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.Component.ComponentKind> |
internalGetValueMap() |
static Ic3Data.Application.Component.ComponentKind |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Ic3Data.Application.Component.ComponentKind |
valueOf(int value) |
static Ic3Data.Application.Component.ComponentKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ic3Data.Application.Component.ComponentKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Ic3Data.Application.Component.ComponentKind ACTIVITY
ACTIVITY = 0;public static final Ic3Data.Application.Component.ComponentKind SERVICE
SERVICE = 1;public static final Ic3Data.Application.Component.ComponentKind RECEIVER
RECEIVER = 2;public static final Ic3Data.Application.Component.ComponentKind DYNAMIC_RECEIVER
DYNAMIC_RECEIVER = 3;public static final Ic3Data.Application.Component.ComponentKind PROVIDER
PROVIDER = 4;public static final int ACTIVITY_VALUE
ACTIVITY = 0;public static final int SERVICE_VALUE
SERVICE = 1;public static final int RECEIVER_VALUE
RECEIVER = 2;public static final int DYNAMIC_RECEIVER_VALUE
DYNAMIC_RECEIVER = 3;public static final int PROVIDER_VALUE
PROVIDER = 4;public static Ic3Data.Application.Component.ComponentKind[] values()
for (Ic3Data.Application.Component.ComponentKind c : Ic3Data.Application.Component.ComponentKind.values()) System.out.println(c);
public static Ic3Data.Application.Component.ComponentKind 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.Component.ComponentKind valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Ic3Data.Application.Component.ComponentKind> 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.Component.ComponentKind valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2018. All rights reserved.