public static enum DetectionConstants.FORMAT_VERSIONS extends Enum<DetectionConstants.FORMAT_VERSIONS>
| Enum Constant and Description |
|---|
PatternV31
First released in May 2014 for version 3 device detection.
|
PatternV32
Contains the same data as V3.1 but organises the information more
efficiently to reduce data file size and improve performance.
|
TrieV30
The binary data file format used with Trie version 3 device
detection.
|
| Modifier and Type | Method and Description |
|---|---|
static DetectionConstants.FORMAT_VERSIONS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DetectionConstants.FORMAT_VERSIONS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DetectionConstants.FORMAT_VERSIONS PatternV31
public static final DetectionConstants.FORMAT_VERSIONS PatternV32
public static final DetectionConstants.FORMAT_VERSIONS TrieV30
public static DetectionConstants.FORMAT_VERSIONS[] values()
for (DetectionConstants.FORMAT_VERSIONS c : DetectionConstants.FORMAT_VERSIONS.values()) System.out.println(c);
public static DetectionConstants.FORMAT_VERSIONS 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 © 2017 51Degrees. All rights reserved.