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