public static enum IMdac.ImageType extends Enum<IMdac.ImageType>
Enum Constant and Description |
---|
DIAGRAM_ICON |
DIAGRAM_IMAGE |
ICON |
Modifier and Type | Method and Description |
---|---|
static IMdac.ImageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IMdac.ImageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IMdac.ImageType ICON
public static final IMdac.ImageType DIAGRAM_ICON
public static final IMdac.ImageType DIAGRAM_IMAGE
public static IMdac.ImageType[] values()
for (IMdac.ImageType c : IMdac.ImageType.values()) System.out.println(c);
public static IMdac.ImageType 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