com.android.build.api.transform
Interface QualifiedContent.ContentType

All Known Implementing Classes:
QualifiedContent.DefaultContentType
Enclosing interface:
QualifiedContent

public static interface QualifiedContent.ContentType

A content type that is requested through the transform API.


Method Summary
 int getValue()
          A unique value for a content type.
 String name()
          Content type name, readable by humans.
 

Method Detail

name

String name()
Content type name, readable by humans.

Returns:
the string content type name

getValue

int getValue()
A unique value for a content type.