org.android.activityminer.pmml
Class Constants

java.lang.Object
  extended by org.android.activityminer.pmml.Constants

public class Constants
extends Object

Constant definitions


Field Summary
static String XML_FALSE
          XML false value
static String XML_TRUE
          XML true value
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XML_FALSE

public static final String XML_FALSE
XML false value

See Also:
Constant Field Values

XML_TRUE

public static final String XML_TRUE
XML true value

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()