public static enum ISaveHandler.Save extends Enum<ISaveHandler.Save>
Modifier and Type | Method and Description |
---|---|
static ISaveHandler.Save |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISaveHandler.Save[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ISaveHandler.Save YES
public static final ISaveHandler.Save NO
public static final ISaveHandler.Save CANCEL
public static ISaveHandler.Save[] values()
for (ISaveHandler.Save c : ISaveHandler.Save.values()) System.out.println(c);
public static ISaveHandler.Save 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
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.