public static enum InstanceInfo.PortType extends java.lang.Enum<InstanceInfo.PortType>
| Modifier and Type | Method and Description |
|---|---|
static InstanceInfo.PortType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstanceInfo.PortType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstanceInfo.PortType SECURE
public static final InstanceInfo.PortType UNSECURE
public static InstanceInfo.PortType[] values()
for (InstanceInfo.PortType c : InstanceInfo.PortType.values()) System.out.println(c);
public static InstanceInfo.PortType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null