weka.core.pmml
Class FieldMetaInfo.Value

java.lang.Object
  extended by 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
static class FieldMetaInfo.Value.Property
          Enumerated type for the property.
 
Method Summary
 java.lang.String getDisplayValue()
           
 FieldMetaInfo.Value.Property getProperty()
           
 java.lang.String getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getValue

public java.lang.String getValue()

getDisplayValue

public java.lang.String getDisplayValue()

getProperty

public FieldMetaInfo.Value.Property getProperty()