public static enum PagingCodedNodeGraphImpl.ArtificialRootResolvePolicy extends java.lang.Enum<PagingCodedNodeGraphImpl.ArtificialRootResolvePolicy>
Enum Constant and Description |
---|
RESOLVE_AS_IS |
RESOLVE_CHILDREN |
SKIP |
Modifier and Type | Method and Description |
---|---|
static PagingCodedNodeGraphImpl.ArtificialRootResolvePolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PagingCodedNodeGraphImpl.ArtificialRootResolvePolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PagingCodedNodeGraphImpl.ArtificialRootResolvePolicy RESOLVE_AS_IS
public static final PagingCodedNodeGraphImpl.ArtificialRootResolvePolicy RESOLVE_CHILDREN
public static final PagingCodedNodeGraphImpl.ArtificialRootResolvePolicy SKIP
public static PagingCodedNodeGraphImpl.ArtificialRootResolvePolicy[] values()
for (PagingCodedNodeGraphImpl.ArtificialRootResolvePolicy c : PagingCodedNodeGraphImpl.ArtificialRootResolvePolicy.values()) System.out.println(c);
public static PagingCodedNodeGraphImpl.ArtificialRootResolvePolicy 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 null