public enum AcknowledgementType extends Enum<AcknowledgementType>
| Modifier and Type | Method and Description |
|---|---|
String |
dbValue() |
static AcknowledgementType |
of(String value) |
static AcknowledgementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AcknowledgementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AcknowledgementType TEMPORARY
public static final AcknowledgementType PERMANENT
public static AcknowledgementType[] values()
for (AcknowledgementType c : AcknowledgementType.values()) System.out.println(c);
public static AcknowledgementType 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 dbValue()
public static AcknowledgementType of(String value)
Copyright © 2003–2020 Sakai Project. All rights reserved.