Uses of Enum Class
weka.core.TechnicalInformation.Field
-
Uses of TechnicalInformation.Field in weka.core
Modifier and TypeMethodDescriptionstatic TechnicalInformation.Field
Returns the enum constant of this class with the specified name.static TechnicalInformation.Field[]
TechnicalInformation.Field.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTechnicalInformation.fields()
returns an enumeration over all the stored fieldsModifier and TypeMethodDescriptionboolean
TechnicalInformation.exists
(TechnicalInformation.Field field) returns TRUE if the field is stored and has a value different from the empty string.TechnicalInformation.getValue
(TechnicalInformation.Field field) returns the value associated with the given field, or empty if field is not currently stored.void
TechnicalInformation.setValue
(TechnicalInformation.Field field, String value) sets the value for the given field, overwrites any previously existing one.