org.activemath.content.metadata
Class Representation

java.lang.Object
  extended by org.activemath.content.metadata.MetadataConstant
      extended by org.activemath.content.metadata.Representation

public final class Representation
extends MetadataConstant

Metadata Representation (typesafe enum pattern)


Field Summary
static Representation NUMERIC
           
static Representation SYMBOLIC
           
static List<Representation> VALUES
           
static Representation VERBAL
           
static Representation VISUAL
           
 
Fields inherited from class org.activemath.content.metadata.MetadataConstant
log
 
Method Summary
static Representation getByName(String name)
           
 
Methods inherited from class org.activemath.content.metadata.MetadataConstant
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

VALUES

public static final List<Representation> VALUES

VERBAL

public static final Representation VERBAL

VISUAL

public static final Representation VISUAL

NUMERIC

public static final Representation NUMERIC

SYMBOLIC

public static final Representation SYMBOLIC
Method Detail

getByName

public static final Representation getByName(String name)
Returns:
Difficulty instance for type name, or null.