public static enum OpsParams.Origin extends Enum<OpsParams.Origin>
| Enum Constant and Description |
|---|
create_application_ref |
deploy |
deploy_instance |
load |
mt_provision |
mt_unprovision |
undeploy |
unload |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isArtifactsPresent() |
boolean |
isCreateAppRef() |
boolean |
isDeploy() |
boolean |
isLoad() |
boolean |
isUndeploy() |
boolean |
isUnload() |
boolean |
needsCleanArtifacts() |
static OpsParams.Origin |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpsParams.Origin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpsParams.Origin load
public static final OpsParams.Origin deploy
public static final OpsParams.Origin deploy_instance
public static final OpsParams.Origin unload
public static final OpsParams.Origin undeploy
public static final OpsParams.Origin create_application_ref
public static final OpsParams.Origin mt_provision
public static final OpsParams.Origin mt_unprovision
public static OpsParams.Origin[] values()
for (OpsParams.Origin c : OpsParams.Origin.values()) System.out.println(c);
public static OpsParams.Origin 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 boolean isDeploy()
public boolean isLoad()
public boolean isArtifactsPresent()
public boolean needsCleanArtifacts()
public boolean isUndeploy()
public boolean isUnload()
public boolean isCreateAppRef()
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.