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