public enum DescendantInclusionType extends Enum<DescendantInclusionType>
| Enum Constant and Description |
|---|
ALL |
EXCLUDE_USER_TAXONOMIES |
INCLUDE_TAXONOMIES_OF_CUSTOMER |
INCLUDE_TAXONOMIES_OF_USER |
| Modifier and Type | Method and Description |
|---|---|
static DescendantInclusionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DescendantInclusionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DescendantInclusionType ALL
public static final DescendantInclusionType EXCLUDE_USER_TAXONOMIES
public static final DescendantInclusionType INCLUDE_TAXONOMIES_OF_USER
public static final DescendantInclusionType INCLUDE_TAXONOMIES_OF_CUSTOMER
public static DescendantInclusionType[] values()
for (DescendantInclusionType c : DescendantInclusionType.values()) System.out.println(c);
public static DescendantInclusionType 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 © 2018. All Rights Reserved.