private static enum ClosedRegionHandler.ClosedPriority extends Enum<ClosedRegionHandler.ClosedPriority>
| Modifier and Type | Field and Description |
|---|---|
private int |
value |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static ClosedRegionHandler.ClosedPriority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClosedRegionHandler.ClosedPriority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClosedRegionHandler.ClosedPriority META
public static final ClosedRegionHandler.ClosedPriority USER
public static ClosedRegionHandler.ClosedPriority[] values()
for (ClosedRegionHandler.ClosedPriority c : ClosedRegionHandler.ClosedPriority.values()) System.out.println(c);
public static ClosedRegionHandler.ClosedPriority 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 int getValue()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.