public enum ForestDependencyType extends Enum<ForestDependencyType>
| Enum Constant and Description |
|---|
AGGREGATE |
INDEPENDENT |
PROPAGATE |
| Modifier and Type | Method and Description |
|---|---|
static ForestDependencyType |
getType(AttributeLoader<?> loader) |
boolean |
is(AttributeLoader<?> loader) |
static ForestDependencyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForestDependencyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ForestDependencyType INDEPENDENT
public static final ForestDependencyType AGGREGATE
public static final ForestDependencyType PROPAGATE
public static ForestDependencyType[] values()
for (ForestDependencyType c : ForestDependencyType.values()) System.out.println(c);
public static ForestDependencyType 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 boolean is(AttributeLoader<?> loader)
@NotNull public static ForestDependencyType getType(AttributeLoader<?> loader)
Copyright © 2019 ALM Works. All Rights Reserved.