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.SerializableInner class for Values- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFieldMetaInfo.Value.PropertyEnumerated type for the property.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDisplayValue()FieldMetaInfo.Value.PropertygetProperty()java.lang.StringgetValue()java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getValue
public java.lang.String getValue()
-
getDisplayValue
public java.lang.String getDisplayValue()
-
getProperty
public FieldMetaInfo.Value.Property getProperty()
-
-