starfish.chemistry
Enum NOEColumns

java.lang.Object
  extended by java.lang.Enum<NOEColumns>
      extended by starfish.chemistry.NOEColumns
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<NOEColumns>, ConstraintColumns

public enum NOEColumns
extends java.lang.Enum<NOEColumns>
implements ConstraintColumns

Author:
brucejohnson

Enum Constant Summary
ACTIVE
           
AMAXIMUM
           
AMEAN
           
AMINIMUM
           
ASTDEV
           
AVIOL
           
BOUNDS
           
CONTRIBUTION
           
CSET1
           
CSET2
           
DELTA
           
DISCON
           
DPPM
           
ENTITY1
           
ENTITY2
           
FLAGS
           
GEN
           
ID
           
INTENSITY
           
LIST
           
MAXIMUM
           
MEAN
           
MINIMUM
           
NETWORK
           
NPOSSIBLE
           
PEAK
           
PROTON1
           
PROTON2
           
RESIDUE1
           
RESIDUE2
           
RESNAME1
           
RESNAME2
           
STDEV
           
SYM
           
UPPER
           
VIOL
           
VOLUME
           
 
Method Summary
 java.lang.Class getColumnClass()
           
 java.lang.String getDescription()
           
 java.lang.Object getValue(ConstraintTable cTable, Constraint constraint)
           
 boolean isEditable()
           
static NOEColumns valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NOEColumns[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ID

public static final NOEColumns ID

LIST

public static final NOEColumns LIST

GEN

public static final NOEColumns GEN

PEAK

public static final NOEColumns PEAK

ACTIVE

public static final NOEColumns ACTIVE

FLAGS

public static final NOEColumns FLAGS

NPOSSIBLE

public static final NOEColumns NPOSSIBLE

DELTA

public static final NOEColumns DELTA

CSET1

public static final NOEColumns CSET1

ENTITY1

public static final NOEColumns ENTITY1

RESNAME1

public static final NOEColumns RESNAME1

RESIDUE1

public static final NOEColumns RESIDUE1

PROTON1

public static final NOEColumns PROTON1

CSET2

public static final NOEColumns CSET2

ENTITY2

public static final NOEColumns ENTITY2

RESNAME2

public static final NOEColumns RESNAME2

RESIDUE2

public static final NOEColumns RESIDUE2

PROTON2

public static final NOEColumns PROTON2

DPPM

public static final NOEColumns DPPM

SYM

public static final NOEColumns SYM

UPPER

public static final NOEColumns UPPER

VIOL

public static final NOEColumns VIOL

MEAN

public static final NOEColumns MEAN

STDEV

public static final NOEColumns STDEV

MINIMUM

public static final NOEColumns MINIMUM

MAXIMUM

public static final NOEColumns MAXIMUM

AVIOL

public static final NOEColumns AVIOL

AMEAN

public static final NOEColumns AMEAN

ASTDEV

public static final NOEColumns ASTDEV

AMINIMUM

public static final NOEColumns AMINIMUM

AMAXIMUM

public static final NOEColumns AMAXIMUM

BOUNDS

public static final NOEColumns BOUNDS

NETWORK

public static final NOEColumns NETWORK

DISCON

public static final NOEColumns DISCON

CONTRIBUTION

public static final NOEColumns CONTRIBUTION

INTENSITY

public static final NOEColumns INTENSITY

VOLUME

public static final NOEColumns VOLUME
Method Detail

values

public static NOEColumns[] 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 (NOEColumns c : NOEColumns.values())
    System.out.println(c);

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

valueOf

public static NOEColumns 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

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface ConstraintColumns

isEditable

public boolean isEditable()
Specified by:
isEditable in interface ConstraintColumns

getValue

public java.lang.Object getValue(ConstraintTable cTable,
                                 Constraint constraint)
Specified by:
getValue in interface ConstraintColumns

getColumnClass

public java.lang.Class getColumnClass()
Specified by:
getColumnClass in interface ConstraintColumns


Copyright © 2010 One Moon Scientific, Inc. All Rights Reserved.