controlP5
Class ControllerProperties.Format

java.lang.Object
  extended by java.lang.Enum
      extended by controlP5.ControllerProperties.Format
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
ControllerProperties

public static final class ControllerProperties.Format
extends java.lang.Enum

See Also:
Serialized Form

Field Summary
static ControllerProperties.Format JSON
           
static ControllerProperties.Format SERIALIZED
           
static ControllerProperties.Format XML
           
 
Method Summary
static ControllerProperties.Format valueOf(java.lang.String name)
           
static ControllerProperties.Format[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

JSON

public static final ControllerProperties.Format JSON

SERIALIZED

public static final ControllerProperties.Format SERIALIZED

XML

public static final ControllerProperties.Format XML
Method Detail

valueOf

public static ControllerProperties.Format valueOf(java.lang.String name)

values

public static ControllerProperties.Format[] values()


processing library controlP5 by Andreas Schlegel. (c) 2011