android.net
Class Uri.AbstractPart.Representation
java.lang.Object
android.net.Uri.AbstractPart.Representation
- Enclosing class:
- Uri.AbstractPart
static class Uri.AbstractPart.Representation
- extends Object
Enum which indicates which representation of a given part we have.
|
Field Summary |
(package private) static int |
BOTH
|
(package private) static int |
DECODED
|
(package private) static int |
ENCODED
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BOTH
static final int BOTH
- See Also:
- Constant Field Values
ENCODED
static final int ENCODED
- See Also:
- Constant Field Values
DECODED
static final int DECODED
- See Also:
- Constant Field Values
Uri.AbstractPart.Representation
Uri.AbstractPart.Representation()
Please submit a feedback, bug or feature