public static enum Preference.Visibility extends Enum<Preference.Visibility>
Modifier and Type | Method and Description |
---|---|
static Preference.Visibility |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Preference.Visibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Preference.Visibility hidden
public static final Preference.Visibility all
public static final Preference.Visibility admin
public static final Preference.Visibility user
public static Preference.Visibility[] values()
for (Preference.Visibility c : Preference.Visibility.values()) System.out.println(c);
public static Preference.Visibility 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 null
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.