public enum EIntroducerRouting extends Enum<EIntroducerRouting>
| Enum Constant and Description |
|---|
FileShare |
P2PNetworking |
P2PVoiceChat |
| Modifier and Type | Field and Description |
|---|---|
private int |
code |
| Modifier and Type | Method and Description |
|---|---|
int |
v() |
static EIntroducerRouting |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EIntroducerRouting[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EIntroducerRouting FileShare
public static final EIntroducerRouting P2PVoiceChat
public static final EIntroducerRouting P2PNetworking
public static EIntroducerRouting[] values()
for (EIntroducerRouting c : EIntroducerRouting.values()) System.out.println(c);
public static EIntroducerRouting 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 int v()
Copyright © 2012. All Rights Reserved.