public enum ResourceDeployMode extends Enum<ResourceDeployMode>
| Enum Constant and Description |
|---|
FACTORY |
FORCE_FACTORY |
USER |
| Modifier and Type | Method and Description |
|---|---|
static ResourceDeployMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceDeployMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceDeployMode USER
public static final ResourceDeployMode FACTORY
public static final ResourceDeployMode FORCE_FACTORY
public static ResourceDeployMode[] values()
for (ResourceDeployMode c : ResourceDeployMode.values()) System.out.println(c);
public static ResourceDeployMode 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 null Documentation Feedback
Copyright 2011 - 2023 Micro Focus or one of its affiliates.