Package com.android.aapt
Enum Class Resources.OverlayableItem.Policy
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<Resources.OverlayableItem.Policy>,Constable
- Enclosing class:
- Resources.OverlayableItem
public static enum Resources.OverlayableItem.Policy
extends Enum<Resources.OverlayableItem.Policy>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
aapt.pb.OverlayableItem.Policy-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intACTOR = 8;static final intCONFIG_SIGNATURE = 9;static final intNONE = 0;static final intODM = 6;static final intOEM = 7;static final intPRODUCT = 4;static final intPUBLIC = 1;static final intSIGNATURE = 5;static final intSYSTEM = 2;static final intVENDOR = 3; -
Method Summary
Modifier and TypeMethodDescriptionforNumber(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<Resources.OverlayableItem.Policy>valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static Resources.OverlayableItem.Policy[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
NONE = 0; -
PUBLIC
PUBLIC = 1; -
SYSTEM
SYSTEM = 2; -
VENDOR
VENDOR = 3; -
PRODUCT
PRODUCT = 4; -
SIGNATURE
SIGNATURE = 5; -
ODM
ODM = 6; -
OEM
OEM = 7; -
ACTOR
ACTOR = 8; -
CONFIG_SIGNATURE
CONFIG_SIGNATURE = 9; -
UNRECOGNIZED
-
-
Field Details
-
NONE_VALUE
public static final int NONE_VALUENONE = 0;- See Also:
-
PUBLIC_VALUE
public static final int PUBLIC_VALUEPUBLIC = 1;- See Also:
-
SYSTEM_VALUE
public static final int SYSTEM_VALUESYSTEM = 2;- See Also:
-
VENDOR_VALUE
public static final int VENDOR_VALUEVENDOR = 3;- See Also:
-
PRODUCT_VALUE
public static final int PRODUCT_VALUEPRODUCT = 4;- See Also:
-
SIGNATURE_VALUE
public static final int SIGNATURE_VALUESIGNATURE = 5;- See Also:
-
ODM_VALUE
public static final int ODM_VALUEODM = 6;- See Also:
-
OEM_VALUE
public static final int OEM_VALUEOEM = 7;- See Also:
-
ACTOR_VALUE
public static final int ACTOR_VALUEACTOR = 8;- See Also:
-
CONFIG_SIGNATURE_VALUE
public static final int CONFIG_SIGNATURE_VALUECONFIG_SIGNATURE = 9;- 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
public static com.google.protobuf.Internal.EnumLiteMap<Resources.OverlayableItem.Policy> 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 Resources.OverlayableItem.Policy 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
-