public static enum Host.Properties extends Enum<Host.Properties>
Enum Constant and Description |
---|
HOST_FQDN |
HOST_NAME |
SSH_KEY |
SSH_KEY_NAME |
Modifier and Type | Method and Description |
---|---|
String |
propertyName() |
static Host.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Host.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Host.Properties HOST_NAME
public static final Host.Properties HOST_FQDN
public static final Host.Properties SSH_KEY
public static final Host.Properties SSH_KEY_NAME
public static Host.Properties[] values()
for (Host.Properties c : Host.Properties.values()) System.out.println(c);
public static Host.Properties 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 propertyName()
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"