public static enum StructuralMotif.Type extends Enum<StructuralMotif.Type>
StructuralMotif, representing inter (across multiple protein chains) and intra
(within one protein chain) StructuralMotifs.| Modifier and Type | Method and Description |
|---|---|
static StructuralMotif.Type |
determine(StructuralMotif structuralMotif) |
String |
getDescription() |
static StructuralMotif.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructuralMotif.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StructuralMotif.Type INTRA
public static final StructuralMotif.Type INTER
public static StructuralMotif.Type[] values()
for (StructuralMotif.Type c : StructuralMotif.Type.values()) System.out.println(c);
public static StructuralMotif.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static StructuralMotif.Type determine(StructuralMotif structuralMotif)
public String getDescription()
Copyright © 2018. All rights reserved.