public static final enum TextView.BufferType
extends Enum<TextView.BufferType>
| java.lang.Object | ||
| ↳ | java.lang.Enum<android.widget.TextView.BufferType> | |
| ↳ | android.widget.TextView.BufferType | |
Enum values |
|
|---|---|
TextView.BufferType |
EDITABLE
|
TextView.BufferType |
NORMAL
|
TextView.BufferType |
SPANNABLE
|
Public methods |
|
|---|---|
static TextView.BufferType |
valueOf(String name) |
static final BufferType[] |
values() |
Inherited methods |
|
|---|---|
java.lang.Enum
|
|
java.lang.Object
|
|
java.lang.Comparable
|
|
TextView.BufferType valueOf (String name)
| Parameters | |
|---|---|
name |
String
|
| Returns | |
|---|---|
TextView.BufferType |
|