public enum DefaultImage extends Enum<DefaultImage>
Enum Constant and Description |
---|
Http404 |
IdentIcon |
MonsterId |
MysteryMan |
Retro |
Wavatar |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
static DefaultImage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultImage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultImage Http404
public static final DefaultImage MysteryMan
public static final DefaultImage IdentIcon
public static final DefaultImage MonsterId
public static final DefaultImage Wavatar
public static final DefaultImage Retro
public static DefaultImage[] values()
for (DefaultImage c : DefaultImage.values()) System.out.println(c);
public static DefaultImage 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 © 2013. All rights reserved.