public enum TypeConnectionEnum extends Enum<TypeConnectionEnum>
| Enum Constant and Description |
|---|
AUTO |
NOTIFICATION |
SYNCHRO |
| Modifier and Type | Method and Description |
|---|---|
static TypeConnectionEnum |
getTypeConnectionEnum(int code) |
static TypeConnectionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeConnectionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeConnectionEnum SYNCHRO
public static final TypeConnectionEnum NOTIFICATION
public static final TypeConnectionEnum AUTO
public static TypeConnectionEnum[] values()
for (TypeConnectionEnum c : TypeConnectionEnum.values()) System.out.println(c);
public static TypeConnectionEnum 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 static TypeConnectionEnum getTypeConnectionEnum(int code)
Copyright © 2008-2013 Cybelia. All Rights Reserved.