public enum DetectorType extends Enum<DetectorType>
| Modifier and Type | Method and Description |
|---|---|
static DetectorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DetectorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DetectorType FRANC
public static final DetectorType TIKA
public static final DetectorType OPTIMAIZE
public static final DetectorType CHAMPEU
public static DetectorType[] values()
for (DetectorType c : DetectorType.values()) System.out.println(c);
public static DetectorType 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 © 2016 teletronics.ae. All rights reserved.