public enum SecStrucType extends java.lang.Enum<SecStrucType> implements java.io.Serializable
Enum Constant and Description |
---|
bend |
bridge |
coil |
extended |
helix3 |
helix4 |
helix5 |
turn |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name |
java.lang.Character |
type |
Modifier and Type | Method and Description |
---|---|
static SecStrucType |
fromCharacter(java.lang.Character stype) |
boolean |
isHelixType() |
java.lang.String |
toString() |
static SecStrucType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SecStrucType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecStrucType coil
public static final SecStrucType helix4
public static final SecStrucType helix3
public static final SecStrucType helix5
public static final SecStrucType turn
public static final SecStrucType bend
public static final SecStrucType extended
public static final SecStrucType bridge
public static SecStrucType[] values()
for (SecStrucType c : SecStrucType.values()) System.out.println(c);
public static SecStrucType 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 nullpublic static SecStrucType fromCharacter(java.lang.Character stype)
public java.lang.String toString()
toString
in class java.lang.Enum<SecStrucType>
public boolean isHelixType()