public static enum OAIController.DELETED_SUPPORT extends Enum<OAIController.DELETED_SUPPORT>
| Enum Constant and Description |
|---|
NO |
PERSISTENT |
TRANSIENT |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static OAIController.DELETED_SUPPORT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAIController.DELETED_SUPPORT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OAIController.DELETED_SUPPORT NO
public static final OAIController.DELETED_SUPPORT TRANSIENT
public static final OAIController.DELETED_SUPPORT PERSISTENT
public static OAIController.DELETED_SUPPORT[] values()
for (OAIController.DELETED_SUPPORT c : OAIController.DELETED_SUPPORT.values()) System.out.println(c);
public static OAIController.DELETED_SUPPORT 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 toString()
toString in class Enum<OAIController.DELETED_SUPPORT>Copyright © 2018. All rights reserved.