public enum TopNLType extends Enum<TopNLType>
| Enum Constant and Description |
|---|
TOP100NL |
TOP10NL |
TOP250NL |
TOP50NL |
| Modifier and Type | Method and Description |
|---|---|
String |
getType() |
static boolean |
isTopNLType(String type) |
static TopNLType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopNLType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TopNLType TOP10NL
public static final TopNLType TOP50NL
public static final TopNLType TOP100NL
public static final TopNLType TOP250NL
public static TopNLType[] values()
for (TopNLType c : TopNLType.values()) System.out.println(c);
public static TopNLType 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 String getType()
public static boolean isTopNLType(String type)
Copyright © 2017 B3Partners B.V.. All rights reserved.