public static enum Image.ImageVisibility extends Enum<Image.ImageVisibility>
Modifier and Type | Method and Description |
---|---|
static Image.ImageVisibility |
forValue(String value) |
String |
value() |
static Image.ImageVisibility |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Image.ImageVisibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Image.ImageVisibility PUBLIC
public static final Image.ImageVisibility PRIVATE
public static final Image.ImageVisibility UNKNOWN
public static Image.ImageVisibility[] values()
for (Image.ImageVisibility c : Image.ImageVisibility.values()) System.out.println(c);
public static Image.ImageVisibility 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 nullpublic static Image.ImageVisibility forValue(String value)
public String value()
Copyright © 2017. All rights reserved.