protected static enum extends <>
Modifier and Type | Method and Description |
---|---|
static |
( name)
Returns the enum constant of this type with the specified name.
|
static [] |
()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final
public static final
public static final
public static final
public static [] ()
for (SequenceBaseResizePanel.ResolutionUnit c : SequenceBaseResizePanel.ResolutionUnit.values()) System.out.println(c);
public static (String name)
name
- the name of the enum constant to be returned.
- if this enum type has no constant
with the specified name
- if the argument is null