starfish.chemistry
Enum AngleConstraintColumns

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

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

Author:
brucejohnson

Enum Constant Summary
ACTIVE
           
ATOM3
           
BOUNDS
           
CSET3
           
ENTITY3
           
ID
           
LOWER
           
MAXIMUM
           
MEAN
           
MINIMUM
           
NAME
           
RESIDUE3
           
RESNAME3
           
STDEV
           
UPPER
           
VIOL
           
 
Method Summary
 java.lang.Class getColumnClass()
           
 java.lang.String getDescription()
           
 java.lang.Object getValue(ConstraintTable cTable, Constraint constraint)
           
 boolean isEditable()
           
static AngleConstraintColumns valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AngleConstraintColumns[] 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 AngleConstraintColumns ID

ACTIVE

public static final AngleConstraintColumns ACTIVE

CSET3

public static final AngleConstraintColumns CSET3

ENTITY3

public static final AngleConstraintColumns ENTITY3

RESNAME3

public static final AngleConstraintColumns RESNAME3

RESIDUE3

public static final AngleConstraintColumns RESIDUE3

ATOM3

public static final AngleConstraintColumns ATOM3

NAME

public static final AngleConstraintColumns NAME

LOWER

public static final AngleConstraintColumns LOWER

UPPER

public static final AngleConstraintColumns UPPER

VIOL

public static final AngleConstraintColumns VIOL

MEAN

public static final AngleConstraintColumns MEAN

STDEV

public static final AngleConstraintColumns STDEV

MINIMUM

public static final AngleConstraintColumns MINIMUM

MAXIMUM

public static final AngleConstraintColumns MAXIMUM

BOUNDS

public static final AngleConstraintColumns BOUNDS
Method Detail

values

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

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

valueOf

public static AngleConstraintColumns 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.