BugreportCollector.Relation
public
static
final
enum
BugreportCollector.Relation
extends Enum<BugreportCollector.Relation>
implements
BugreportCollector.SubPredicate
| java.lang.Object | ||
| ↳ | java.lang.Enum<com.android.tradefed.result.BugreportCollector.Relation> | |
| ↳ | com.android.tradefed.result.BugreportCollector.Relation | |
סיכום
ערכי enum | |
|---|---|
BugreportCollector.Relation |
AFTER
|
BugreportCollector.Relation |
AT_START_OF
|
שיטות ציבוריות | |
|---|---|
static
BugreportCollector.Relation
|
valueOf(String name)
|
static
final
Relation[]
|
values()
|
ערכי enum
שיטות ציבוריות
valueOf
public static BugreportCollector.Relation valueOf (String name)
| פרמטרים | |
|---|---|
name |
String |
| החזרות | |
|---|---|
BugreportCollector.Relation |
|