chemaxon.marvin.calculations
Enum StructuralFrameworksPlugin.FrameworkTypes

java.lang.Object
  extended by java.lang.Enum<StructuralFrameworksPlugin.FrameworkTypes>
      extended by chemaxon.marvin.calculations.StructuralFrameworksPlugin.FrameworkTypes
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<StructuralFrameworksPlugin.FrameworkTypes>
Enclosing class:
StructuralFrameworksPlugin

public static enum StructuralFrameworksPlugin.FrameworkTypes
extends java.lang.Enum<StructuralFrameworksPlugin.FrameworkTypes>

FrameworkTypes represents the available calculations


Enum Constant Summary
allringsystems
           
bemismurcko
           
bemismurckoloose
           
cssr
           
keep
           
largestring
           
largestringsystem
           
mcs
           
sssr
           
 
Method Summary
static StructuralFrameworksPlugin.FrameworkTypes valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StructuralFrameworksPlugin.FrameworkTypes[] 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

bemismurcko

public static final StructuralFrameworksPlugin.FrameworkTypes bemismurcko

bemismurckoloose

public static final StructuralFrameworksPlugin.FrameworkTypes bemismurckoloose

allringsystems

public static final StructuralFrameworksPlugin.FrameworkTypes allringsystems

largestringsystem

public static final StructuralFrameworksPlugin.FrameworkTypes largestringsystem

sssr

public static final StructuralFrameworksPlugin.FrameworkTypes sssr

cssr

public static final StructuralFrameworksPlugin.FrameworkTypes cssr

largestring

public static final StructuralFrameworksPlugin.FrameworkTypes largestring

mcs

public static final StructuralFrameworksPlugin.FrameworkTypes mcs

keep

public static final StructuralFrameworksPlugin.FrameworkTypes keep
Method Detail

values

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

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

valueOf

public static StructuralFrameworksPlugin.FrameworkTypes 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