java.lang.Objectjava.lang.Enum<ModelRegistryIcons>
org.eclipse.gmt.umlx.registry.icons.ModelRegistryIcons
public enum ModelRegistryIcons
ModelRegistryIcons is a type-safe enumeration of the same-named GIF files in the same folder as this enumeration.
Enum Constant Summary | |
---|---|
FILE
|
|
FOLDER
|
|
OCCLUDED
|
|
PROJECT
|
|
WITH_ERROR
|
|
WITH_WARNING
|
Method Summary | |
---|---|
static ModelRegistryIcons |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ModelRegistryIcons[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ModelRegistryIcons FILE
public static final ModelRegistryIcons FOLDER
public static final ModelRegistryIcons OCCLUDED
public static final ModelRegistryIcons PROJECT
public static final ModelRegistryIcons WITH_ERROR
public static final ModelRegistryIcons WITH_WARNING
Method Detail |
---|
public static ModelRegistryIcons[] values()
for (ModelRegistryIcons c : ModelRegistryIcons.values()) System.out.println(c);
public static ModelRegistryIcons valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null