public static enum InvalidPolygonTooltip.Mode extends Enum<InvalidPolygonTooltip.Mode>
| Enum Constant and Description |
|---|
ENTITY_ERROR |
HOLE_ERROR |
SELECT_FEATURE |
| Modifier and Type | Method and Description |
|---|---|
static InvalidPolygonTooltip.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvalidPolygonTooltip.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InvalidPolygonTooltip.Mode SELECT_FEATURE
public static final InvalidPolygonTooltip.Mode HOLE_ERROR
public static final InvalidPolygonTooltip.Mode ENTITY_ERROR
public static InvalidPolygonTooltip.Mode[] values()
for (InvalidPolygonTooltip.Mode c : InvalidPolygonTooltip.Mode.values()) System.out.println(c);
public static InvalidPolygonTooltip.Mode 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 © 2012–2025 cismet GmbH. All rights reserved.