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