public static enum Data.VahovaciMetody extends java.lang.Enum<Data.VahovaciMetody>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static Data.VahovaciMetody |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Data.VahovaciMetody[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Data.VahovaciMetody TF_IDF
public static final Data.VahovaciMetody TF
public static final Data.VahovaciMetody IDF
public static Data.VahovaciMetody[] values()
for (Data.VahovaciMetody c : Data.VahovaciMetody.values()) System.out.println(c);
public static Data.VahovaciMetody valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<Data.VahovaciMetody>