public static enum Publish.DeploymentMethodType extends Enum<Publish.DeploymentMethodType>
| Enum Constant and Description |
|---|
Boat |
BridgeCrane |
BridgeDownstreamSide |
BridgeUpstreamSide |
Cableway |
Ice |
MannedMovingBoat |
Other |
RemoteControlledBoat |
StationaryBoat |
Unknown |
Unspecified |
Wading |
| Modifier and Type | Method and Description |
|---|---|
static Publish.DeploymentMethodType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Publish.DeploymentMethodType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Publish.DeploymentMethodType Unknown
public static final Publish.DeploymentMethodType Unspecified
public static final Publish.DeploymentMethodType Wading
public static final Publish.DeploymentMethodType BridgeUpstreamSide
public static final Publish.DeploymentMethodType BridgeDownstreamSide
public static final Publish.DeploymentMethodType Cableway
public static final Publish.DeploymentMethodType Ice
public static final Publish.DeploymentMethodType MannedMovingBoat
public static final Publish.DeploymentMethodType StationaryBoat
public static final Publish.DeploymentMethodType RemoteControlledBoat
public static final Publish.DeploymentMethodType Other
public static final Publish.DeploymentMethodType Boat
public static final Publish.DeploymentMethodType BridgeCrane
public static Publish.DeploymentMethodType[] values()
for (Publish.DeploymentMethodType c : Publish.DeploymentMethodType.values()) System.out.println(c);
public static Publish.DeploymentMethodType 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.