de.aitools.ir.retrievalmodels.representer
Enum DivergenceFromRandomness.BasicModel

java.lang.Object
  extended by java.lang.Enum<DivergenceFromRandomness.BasicModel>
      extended by de.aitools.ir.retrievalmodels.representer.DivergenceFromRandomness.BasicModel
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<DivergenceFromRandomness.BasicModel>
Enclosing class:
DivergenceFromRandomness

public static enum DivergenceFromRandomness.BasicModel
extends java.lang.Enum<DivergenceFromRandomness.BasicModel>


Enum Constant Summary
BE
           
D
           
G
           
IF
           
In
           
Ine
           
P
           
 
Method Summary
static DivergenceFromRandomness.BasicModel valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DivergenceFromRandomness.BasicModel[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

BE

public static final DivergenceFromRandomness.BasicModel BE

D

public static final DivergenceFromRandomness.BasicModel D

G

public static final DivergenceFromRandomness.BasicModel G

IF

public static final DivergenceFromRandomness.BasicModel IF

In

public static final DivergenceFromRandomness.BasicModel In

Ine

public static final DivergenceFromRandomness.BasicModel Ine

P

public static final DivergenceFromRandomness.BasicModel P
Method Detail

values

public static DivergenceFromRandomness.BasicModel[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (DivergenceFromRandomness.BasicModel c : DivergenceFromRandomness.BasicModel.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static DivergenceFromRandomness.BasicModel valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null