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