@NotStorableClass public enum EnumObjectOutput extends Enum<EnumObjectOutput>
Modifier and Type | Method and Description |
---|---|
static EnumObjectOutput |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumObjectOutput[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumObjectOutput OBJECT_OUTPUT_ARRAY
public static final EnumObjectOutput OBJECT_OUTPUT_ENUM
public static final EnumObjectOutput OBJECT_OUTPUT_BASIC
public static final EnumObjectOutput OBJECT_OUTPUT_SERIALIZE
public static final EnumObjectOutput OBJECT_OUTPUT_SERIALIZE_ZIPPED
public static final EnumObjectOutput OBJECT_OUTPUT_SERIALIZE_GZIPPED
public static final EnumObjectOutput OBJECT_OUTPUT_GENERIC
public static final EnumObjectOutput OBJECT_OUTPUT_SERIALIZABLE
public static final EnumObjectOutput OBJECT_OUTPUT_EXTERNALIZABLE
public static final EnumObjectOutput OBJECT_OUTPUT_SPECIFIC
public static EnumObjectOutput[] values()
for (EnumObjectOutput c : EnumObjectOutput.values()) System.out.println(c);
public static EnumObjectOutput 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 © 2007-2012 Luc Peuvrier. All Rights Reserved.