|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ForwardType>
eu.geclipse.core.portforward.ForwardType
public enum ForwardType
Specifies the type of a port forward.
| Enum Constant Summary | |
|---|---|
LOCAL
Bind on local host. |
|
REMOTE
Bind on remote host. |
|
| Method Summary | |
|---|---|
static ForwardType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ForwardType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ForwardType LOCAL
public static final ForwardType REMOTE
| Method Detail |
|---|
public static final ForwardType[] values()
for(ForwardType c : ForwardType.values())
System.out.println(c);
public static ForwardType 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 name
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||