public enum LibravatarDefaultImage extends Enum<LibravatarDefaultImage>
| Enum Constant and Description |
|---|
DEFAULT |
IDENTICON |
MM |
MONSTERID |
NOT_FOUND |
RETRO |
WAVATAR |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
static LibravatarDefaultImage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LibravatarDefaultImage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LibravatarDefaultImage DEFAULT
public static final LibravatarDefaultImage MM
public static final LibravatarDefaultImage IDENTICON
public static final LibravatarDefaultImage MONSTERID
public static final LibravatarDefaultImage WAVATAR
public static final LibravatarDefaultImage RETRO
public static final LibravatarDefaultImage NOT_FOUND
public static LibravatarDefaultImage[] values()
for (LibravatarDefaultImage c : LibravatarDefaultImage.values()) System.out.println(c);
public static LibravatarDefaultImage 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 String getCode()
Copyright © 2020. All Rights Reserved.