public enum InterfaceDirection extends java.lang.Enum<InterfaceDirection>
| Modifier and Type | Method and Description |
|---|---|
static InterfaceDirection |
fromCode(java.lang.String code)
공통 코드로부터 인터페이스 로깅 유형 추출
|
static InterfaceDirection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InterfaceDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InterfaceDirection INBOUND
public static final InterfaceDirection OUTBOUND
public static InterfaceDirection[] values()
for (InterfaceDirection c : InterfaceDirection.values()) System.out.println(c);
public static InterfaceDirection 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 nullpublic static InterfaceDirection fromCode(java.lang.String code)
code -