public static enum StructuralFrameworksPlugin.FrameworkTypes extends java.lang.Enum<StructuralFrameworksPlugin.FrameworkTypes>
Enum Constant and Description |
---|
allringsystems |
bemismurcko |
bemismurckoloose |
cssr |
keep |
largestring |
largestringsystem |
mcs |
sssr |
Modifier and Type | Method and Description |
---|---|
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.
|
public static final StructuralFrameworksPlugin.FrameworkTypes bemismurcko
public static final StructuralFrameworksPlugin.FrameworkTypes bemismurckoloose
public static final StructuralFrameworksPlugin.FrameworkTypes allringsystems
public static final StructuralFrameworksPlugin.FrameworkTypes largestringsystem
public static final StructuralFrameworksPlugin.FrameworkTypes sssr
public static final StructuralFrameworksPlugin.FrameworkTypes cssr
public static final StructuralFrameworksPlugin.FrameworkTypes largestring
public static final StructuralFrameworksPlugin.FrameworkTypes mcs
public static final StructuralFrameworksPlugin.FrameworkTypes keep
public static StructuralFrameworksPlugin.FrameworkTypes[] values()
for (StructuralFrameworksPlugin.FrameworkTypes c : StructuralFrameworksPlugin.FrameworkTypes.values()) System.out.println(c);
public static StructuralFrameworksPlugin.FrameworkTypes valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null