Uses of Enum Class
weka.core.TechnicalInformation.Field
Packages that use TechnicalInformation.Field
-
Uses of TechnicalInformation.Field in weka.core
Methods in weka.core that return TechnicalInformation.FieldModifier 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.Methods in weka.core that return types with arguments of type TechnicalInformation.FieldModifier and TypeMethodDescriptionTechnicalInformation.fields()
returns an enumeration over all the stored fieldsMethods in weka.core with parameters of type TechnicalInformation.FieldModifier 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.