public static enum ISaveContext.SaveContextType extends Enum<ISaveContext.SaveContextType>
Modifier and Type | Method and Description |
---|---|
static ISaveContext.SaveContextType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISaveContext.SaveContextType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ISaveContext.SaveContextType DOCUMENT
public static final ISaveContext.SaveContextType SETTINGS
public static ISaveContext.SaveContextType[] values()
for (ISaveContext.SaveContextType c : ISaveContext.SaveContextType.values()) System.out.println(c);
public static ISaveContext.SaveContextType 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 nullCopyright © 2020. All rights reserved.