Multivalent API

multivalent
Class Meta

java.lang.Object
  extended by multivalent.Meta

public class Meta
extends java.lang.Object


Field Summary
static boolean DEVEL
           
static boolean MONITOR
          General monitoring flag.
 
Constructor Summary
Meta()
           
 
Method Summary
static void sampledata(java.lang.String msg)
           
static void unsupported(java.lang.String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEVEL

public static final boolean DEVEL
See Also:
Constant Field Values

MONITOR

public static final boolean MONITOR
General monitoring flag. true while developing, false when compile for distribution to users.

See Also:
Constant Field Values
Constructor Detail

Meta

public Meta()
Method Detail

sampledata

public static void sampledata(java.lang.String msg)

unsupported

public static void unsupported(java.lang.String msg)

Multivalent API