public static enum DefaultLinkInfoPattern.LinkType extends Enum<DefaultLinkInfoPattern.LinkType>
Modifier and Type | Method and Description |
---|---|
static DefaultLinkInfoPattern.LinkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultLinkInfoPattern.LinkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultLinkInfoPattern.LinkType INDIRECT
public static final DefaultLinkInfoPattern.LinkType DIRECT
public static final DefaultLinkInfoPattern.LinkType TUNNEL
public static DefaultLinkInfoPattern.LinkType[] values()
for (DefaultLinkInfoPattern.LinkType c : DefaultLinkInfoPattern.LinkType.values()) System.out.println(c);
public static DefaultLinkInfoPattern.LinkType 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 nullCopyright © 2015. All Rights Reserved.