class Type : ProtocolMessageEnum
Protobuf enum aapt.pb.Reference.Type
REFERENCE |
|
ATTRIBUTE |
|
UNRECOGNIZED |
ATTRIBUTE_VALUE |
ATTRIBUTE = 1;
static val ATTRIBUTE_VALUE: Int |
REFERENCE_VALUE |
REFERENCE = 0;
static val REFERENCE_VALUE: Int |
forNumber |
static fun forNumber(value: Int): Type! |
getDescriptor |
static fun getDescriptor(): EnumDescriptor! |
getDescriptorForType |
fun getDescriptorForType(): EnumDescriptor! |
getNumber |
fun getNumber(): Int |
getValueDescriptor |
fun getValueDescriptor(): EnumValueDescriptor! |
internalGetValueMap |
static fun internalGetValueMap(): EnumLiteMap<Type!>! |
valueOf |
static fun valueOf(value: Int): Type! static fun valueOf(desc: EnumValueDescriptor!): Type! |