public static enum AtomicMarshalInputStream.Reference extends Enum<AtomicMarshalInputStream.Reference>
Modifier and Type | Method and Description |
---|---|
static AtomicMarshalInputStream.Reference |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtomicMarshalInputStream.Reference[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtomicMarshalInputStream.Reference CIRCULAR
public static final AtomicMarshalInputStream.Reference UNSHARED
public static final AtomicMarshalInputStream.Reference DISCARDED
public static AtomicMarshalInputStream.Reference[] values()
for (AtomicMarshalInputStream.Reference c : AtomicMarshalInputStream.Reference.values()) System.out.println(c);
public static AtomicMarshalInputStream.Reference 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 © 2016–2018 The Apache Software Foundation. All rights reserved.