statalign.utils
Enum Libraries

java.lang.Object
  extended by java.lang.Enum<Libraries>
      extended by statalign.utils.Libraries
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Libraries>

public enum Libraries
extends java.lang.Enum<Libraries>


Enum Constant Summary
CMATH
           
COLT
           
JAMA
           
MPJ
           
PPFOLD
           
STATALIGN
           
VARNA
           
 
Field Summary
 java.lang.String longName
           
 java.lang.String version
           
 java.lang.String webPage
           
 
Method Summary
 java.lang.String getLicenseFile()
           
 java.net.URI getWebPageURI()
           
static Libraries valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Libraries[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
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
 

Enum Constant Detail

STATALIGN

public static final Libraries STATALIGN

COLT

public static final Libraries COLT

CMATH

public static final Libraries CMATH

JAMA

public static final Libraries JAMA

MPJ

public static final Libraries MPJ

PPFOLD

public static final Libraries PPFOLD

VARNA

public static final Libraries VARNA
Field Detail

longName

public java.lang.String longName

version

public java.lang.String version

webPage

public java.lang.String webPage
Method Detail

values

public static Libraries[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Libraries c : Libraries.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Libraries valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getWebPageURI

public java.net.URI getWebPageURI()

getLicenseFile

public java.lang.String getLicenseFile()