public static enum BinaryResourceImpl.EObjectOutputStream.Check extends java.lang.Enum<BinaryResourceImpl.EObjectOutputStream.Check>
| Enum Constant and Description |
|---|
CONTAINER |
DIRECT_RESOURCE |
NOTHING |
RESOURCE |
| Modifier and Type | Method and Description |
|---|---|
static BinaryResourceImpl.EObjectOutputStream.Check |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BinaryResourceImpl.EObjectOutputStream.Check[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BinaryResourceImpl.EObjectOutputStream.Check NOTHING
public static final BinaryResourceImpl.EObjectOutputStream.Check DIRECT_RESOURCE
public static final BinaryResourceImpl.EObjectOutputStream.Check RESOURCE
public static final BinaryResourceImpl.EObjectOutputStream.Check CONTAINER
public static BinaryResourceImpl.EObjectOutputStream.Check[] values()
for (BinaryResourceImpl.EObjectOutputStream.Check c : BinaryResourceImpl.EObjectOutputStream.Check.values()) System.out.println(c);
public static BinaryResourceImpl.EObjectOutputStream.Check 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 © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature