public static enum Ic3Data.AttributeKind extends Enum<Ic3Data.AttributeKind> implements com.google.protobuf.ProtocolMessageEnum
edu.psu.cse.siis.ic3.AttributeKind| Enum Constant and Description |
|---|
ACTION
ACTION = 0; |
AUTHORITY
AUTHORITY = 8; |
CATEGORY
CATEGORY = 1; |
CLASS
CLASS = 3; |
EXTRA
EXTRA = 7; |
FLAG
FLAG = 14; |
HOST
HOST = 9; |
PACKAGE
PACKAGE = 2; |
PATH
PATH = 10; |
PORT
PORT = 11; |
PRIORITY
PRIORITY = 15; |
QUERY
QUERY = 13; |
SCHEME
SCHEME = 6; |
SSP
SSP = 12; |
TYPE
TYPE = 4; |
URI
URI = 5; |
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTION_VALUE
ACTION = 0; |
static int |
AUTHORITY_VALUE
AUTHORITY = 8; |
static int |
CATEGORY_VALUE
CATEGORY = 1; |
static int |
CLASS_VALUE
CLASS = 3; |
static int |
EXTRA_VALUE
EXTRA = 7; |
static int |
FLAG_VALUE
FLAG = 14; |
static int |
HOST_VALUE
HOST = 9; |
static int |
PACKAGE_VALUE
PACKAGE = 2; |
static int |
PATH_VALUE
PATH = 10; |
static int |
PORT_VALUE
PORT = 11; |
static int |
PRIORITY_VALUE
PRIORITY = 15; |
static int |
QUERY_VALUE
QUERY = 13; |
static int |
SCHEME_VALUE
SCHEME = 6; |
static int |
SSP_VALUE
SSP = 12; |
static int |
TYPE_VALUE
TYPE = 4; |
static int |
URI_VALUE
URI = 5; |
| 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.AttributeKind> |
internalGetValueMap() |
static Ic3Data.AttributeKind |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Ic3Data.AttributeKind |
valueOf(int value) |
static Ic3Data.AttributeKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ic3Data.AttributeKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Ic3Data.AttributeKind ACTION
ACTION = 0;public static final Ic3Data.AttributeKind CATEGORY
CATEGORY = 1;public static final Ic3Data.AttributeKind PACKAGE
PACKAGE = 2;public static final Ic3Data.AttributeKind CLASS
CLASS = 3;public static final Ic3Data.AttributeKind TYPE
TYPE = 4;public static final Ic3Data.AttributeKind URI
URI = 5;public static final Ic3Data.AttributeKind SCHEME
SCHEME = 6;public static final Ic3Data.AttributeKind EXTRA
EXTRA = 7;public static final Ic3Data.AttributeKind AUTHORITY
AUTHORITY = 8;public static final Ic3Data.AttributeKind HOST
HOST = 9;public static final Ic3Data.AttributeKind PATH
PATH = 10;public static final Ic3Data.AttributeKind PORT
PORT = 11;public static final Ic3Data.AttributeKind SSP
SSP = 12;public static final Ic3Data.AttributeKind QUERY
QUERY = 13;public static final Ic3Data.AttributeKind FLAG
FLAG = 14;public static final Ic3Data.AttributeKind PRIORITY
PRIORITY = 15;public static final int ACTION_VALUE
ACTION = 0;public static final int CATEGORY_VALUE
CATEGORY = 1;public static final int PACKAGE_VALUE
PACKAGE = 2;public static final int CLASS_VALUE
CLASS = 3;public static final int TYPE_VALUE
TYPE = 4;public static final int URI_VALUE
URI = 5;public static final int SCHEME_VALUE
SCHEME = 6;public static final int EXTRA_VALUE
EXTRA = 7;public static final int AUTHORITY_VALUE
AUTHORITY = 8;public static final int HOST_VALUE
HOST = 9;public static final int PATH_VALUE
PATH = 10;public static final int PORT_VALUE
PORT = 11;public static final int SSP_VALUE
SSP = 12;public static final int QUERY_VALUE
QUERY = 13;public static final int FLAG_VALUE
FLAG = 14;public static final int PRIORITY_VALUE
PRIORITY = 15;public static Ic3Data.AttributeKind[] values()
for (Ic3Data.AttributeKind c : Ic3Data.AttributeKind.values()) System.out.println(c);
public static Ic3Data.AttributeKind 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.AttributeKind valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Ic3Data.AttributeKind> 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.AttributeKind valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2018. All rights reserved.