org.activemath.content.metadata
Class Competency

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

Deprecated. Use PISAProcess instead

@Deprecated
public final class Competency
extends MetadataConstant

Metadata Competency (typesafe enum pattern)


Field Summary
static Competency ARGUE
          Deprecated.  
static Competency COMMUNICATE
          Deprecated.  
static Competency LANGUAGE
          Deprecated.  
static Competency MODEL
          Deprecated.  
static Competency REPRESENT
          Deprecated.  
static Competency SOLVE
          Deprecated.  
static Competency THINK
          Deprecated.  
static Competency TOOLS
          Deprecated.  
static List<Competency> VALUES
          Deprecated.  
 
Fields inherited from class org.activemath.content.metadata.MetadataConstant
log
 
Method Summary
static Competency getByName(String name)
          Deprecated.  
 
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<Competency> VALUES
Deprecated. 

THINK

public static final Competency THINK
Deprecated. 

ARGUE

public static final Competency ARGUE
Deprecated. 

MODEL

public static final Competency MODEL
Deprecated. 

SOLVE

public static final Competency SOLVE
Deprecated. 

REPRESENT

public static final Competency REPRESENT
Deprecated. 

LANGUAGE

public static final Competency LANGUAGE
Deprecated. 

COMMUNICATE

public static final Competency COMMUNICATE
Deprecated. 

TOOLS

public static final Competency TOOLS
Deprecated. 
Method Detail

getByName

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