Package weka.core.pmml
Class FieldMetaInfo.Value
- java.lang.Object
-
- weka.core.pmml.FieldMetaInfo.Value
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- FieldMetaInfo
public static class FieldMetaInfo.Value extends java.lang.Object implements java.io.Serializable
Inner class for Values- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FieldMetaInfo.Value.Property
Enumerated type for the property.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDisplayValue()
FieldMetaInfo.Value.Property
getProperty()
java.lang.String
getValue()
java.lang.String
toString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getValue
public java.lang.String getValue()
-
getDisplayValue
public java.lang.String getDisplayValue()
-
getProperty
public FieldMetaInfo.Value.Property getProperty()
-
-