Package edu.psu.cse.siis.ic3
Enum Class Ic3Data.AttributeKind
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<Ic3Data.AttributeKind>,Constable
- Enclosing class:
- Ic3Data
public static enum Ic3Data.AttributeKind
extends Enum<Ic3Data.AttributeKind>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
edu.psu.cse.siis.ic3.AttributeKind-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionACTION = 0;AUTHORITY = 8;CATEGORY = 1;CLASS = 3;EXTRA = 7;FLAG = 14;HOST = 9;PACKAGE = 2;PATH = 10;PORT = 11;PRIORITY = 15;QUERY = 13;SCHEME = 6;SSP = 12;TYPE = 4;URI = 5; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intACTION = 0;static final intAUTHORITY = 8;static final intCATEGORY = 1;static final intCLASS = 3;static final intEXTRA = 7;static final intFLAG = 14;static final intHOST = 9;static final intPACKAGE = 2;static final intPATH = 10;static final intPORT = 11;static final intPRIORITY = 15;static final intQUERY = 13;static final intSCHEME = 6;static final intSSP = 12;static final intTYPE = 4;static final intURI = 5; -
Method Summary
Modifier and TypeMethodDescriptionstatic Ic3Data.AttributeKindforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<Ic3Data.AttributeKind>static Ic3Data.AttributeKindvalueOf(int value) Deprecated.static Ic3Data.AttributeKindvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Ic3Data.AttributeKindReturns the enum constant of this class with the specified name.static Ic3Data.AttributeKind[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ACTION
ACTION = 0; -
CATEGORY
CATEGORY = 1; -
PACKAGE
PACKAGE = 2; -
CLASS
CLASS = 3; -
TYPE
TYPE = 4; -
URI
URI = 5; -
SCHEME
SCHEME = 6; -
EXTRA
EXTRA = 7; -
AUTHORITY
AUTHORITY = 8; -
HOST
HOST = 9; -
PATH
PATH = 10; -
PORT
PORT = 11; -
SSP
SSP = 12; -
QUERY
QUERY = 13; -
FLAG
FLAG = 14; -
PRIORITY
PRIORITY = 15;
-
-
Field Details
-
ACTION_VALUE
public static final int ACTION_VALUEACTION = 0;- See Also:
-
CATEGORY_VALUE
public static final int CATEGORY_VALUECATEGORY = 1;- See Also:
-
PACKAGE_VALUE
public static final int PACKAGE_VALUEPACKAGE = 2;- See Also:
-
CLASS_VALUE
public static final int CLASS_VALUECLASS = 3;- See Also:
-
TYPE_VALUE
public static final int TYPE_VALUETYPE = 4;- See Also:
-
URI_VALUE
public static final int URI_VALUEURI = 5;- See Also:
-
SCHEME_VALUE
public static final int SCHEME_VALUESCHEME = 6;- See Also:
-
EXTRA_VALUE
public static final int EXTRA_VALUEEXTRA = 7;- See Also:
-
AUTHORITY_VALUE
public static final int AUTHORITY_VALUEAUTHORITY = 8;- See Also:
-
HOST_VALUE
public static final int HOST_VALUEHOST = 9;- See Also:
-
PATH_VALUE
public static final int PATH_VALUEPATH = 10;- See Also:
-
PORT_VALUE
public static final int PORT_VALUEPORT = 11;- See Also:
-
SSP_VALUE
public static final int SSP_VALUESSP = 12;- See Also:
-
QUERY_VALUE
public static final int QUERY_VALUEQUERY = 13;- See Also:
-
FLAG_VALUE
public static final int FLAG_VALUEFLAG = 14;- See Also:
-
PRIORITY_VALUE
public static final int PRIORITY_VALUEPRIORITY = 15;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static Ic3Data.AttributeKind valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-