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