public enum ClosureType extends Enum<ClosureType>
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
toString() |
static ClosureType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClosureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClosureType Permanent
public static final ClosureType Temporary
public static ClosureType[] values()
for (ClosureType c : ClosureType.values()) System.out.println(c);
public static ClosureType 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 String getName()
public String toString()
toString in class Enum<ClosureType>Copyright © 2015–2016 eGovernments Foundation. All rights reserved.