class Type : ProtocolMessageEnum
Protobuf enum aapt.pb.FileReference.Type
UNKNOWN |
|
PNG |
|
BINARY_XML |
|
PROTO_XML |
|
UNRECOGNIZED |
BINARY_XML_VALUE |
static val BINARY_XML_VALUE: Int |
PNG_VALUE |
static val PNG_VALUE: Int |
PROTO_XML_VALUE |
static val PROTO_XML_VALUE: Int |
UNKNOWN_VALUE |
static val UNKNOWN_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! |