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 |
|