public static enum LibertyRemoteObject.LibertyRemoteProperty extends Enum<LibertyRemoteObject.LibertyRemoteProperty> implements LibertyProperty.LibertyPropertyI
| Enum Constant and Description |
|---|
appDeployTimeout |
appUndeployTimeout |
hostName |
httpPort |
httpsPort |
outputToConsole |
password |
serverName |
serverStartTimeout |
username |
| Modifier and Type | Method and Description |
|---|---|
static LibertyRemoteObject.LibertyRemoteProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LibertyRemoteObject.LibertyRemoteProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LibertyRemoteObject.LibertyRemoteProperty serverName
public static final LibertyRemoteObject.LibertyRemoteProperty serverStartTimeout
public static final LibertyRemoteObject.LibertyRemoteProperty appDeployTimeout
public static final LibertyRemoteObject.LibertyRemoteProperty appUndeployTimeout
public static final LibertyRemoteObject.LibertyRemoteProperty username
public static final LibertyRemoteObject.LibertyRemoteProperty password
public static final LibertyRemoteObject.LibertyRemoteProperty hostName
public static final LibertyRemoteObject.LibertyRemoteProperty httpPort
public static final LibertyRemoteObject.LibertyRemoteProperty httpsPort
public static final LibertyRemoteObject.LibertyRemoteProperty outputToConsole
public static LibertyRemoteObject.LibertyRemoteProperty[] values()
for (LibertyRemoteObject.LibertyRemoteProperty c : LibertyRemoteObject.LibertyRemoteProperty.values()) System.out.println(c);
public static LibertyRemoteObject.LibertyRemoteProperty 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 © 2018 the original author or authors.