public static enum SnapshotView.Components extends Enum<SnapshotView.Components>
Enum Constant and Description |
---|
ALL |
MODIFIABLE |
Modifier and Type | Method and Description |
---|---|
static SnapshotView.Components |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotView.Components[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SnapshotView.Components ALL
public static final SnapshotView.Components MODIFIABLE
public static SnapshotView.Components[] values()
for (SnapshotView.Components c : SnapshotView.Components.values()) System.out.println(c);
public static SnapshotView.Components valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2016–2018. All rights reserved.