public enum InOutState extends Enum<InOutState>
| Modifier and Type | Method and Description |
|---|---|
static InOutState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InOutState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InOutState DEFINED
public static final InOutState READ
public static final InOutState DELETED
public static InOutState[] values()
for (InOutState c : InOutState.values()) System.out.println(c);
public static InOutState 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 © 2019 viadee Unternehmensberatung AG. All rights reserved.