public static enum IElementImplExtension.CloseHint extends java.lang.Enum<IElementImplExtension.CloseHint>
Enum Constant and Description |
---|
CACHE_OVERFLOW
Closing due to cache overflow.
|
PARENT_CLOSING
Closing due to parent closing.
|
Modifier and Type | Method and Description |
---|---|
static IElementImplExtension.CloseHint |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IElementImplExtension.CloseHint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IElementImplExtension.CloseHint CACHE_OVERFLOW
public static final IElementImplExtension.CloseHint PARENT_CLOSING
public static IElementImplExtension.CloseHint[] values()
for (IElementImplExtension.CloseHint c : IElementImplExtension.CloseHint.values()) System.out.println(c);
public static IElementImplExtension.CloseHint 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 namejava.lang.NullPointerException
- if the argument is nullCopyright (c) 2014, 2019 1C-Soft LLC and others. Made available under the Eclipse Public License 2.0