public static enum AccessOptions.GetOptions.GetNulls extends Enum<AccessOptions.GetOptions.GetNulls>
PersistentPropertyPath
traversal.Enum Constant and Description |
---|
EARLY_RETURN
Returns null as the entire path's traversal result.
|
REJECT
Reject the path lookup as a null value cannot be traversed any further.
|
Modifier and Type | Method and Description |
---|---|
AccessOptions.SetOptions.SetNulls |
toNullHandling() |
static AccessOptions.GetOptions.GetNulls |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessOptions.GetOptions.GetNulls[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccessOptions.GetOptions.GetNulls REJECT
public static final AccessOptions.GetOptions.GetNulls EARLY_RETURN
public static AccessOptions.GetOptions.GetNulls[] values()
for (AccessOptions.GetOptions.GetNulls c : AccessOptions.GetOptions.GetNulls.values()) System.out.println(c);
public static AccessOptions.GetOptions.GetNulls 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 nullpublic AccessOptions.SetOptions.SetNulls toNullHandling()
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.