public static enum LeafSkeleton.AssignedFamily extends Enum<LeafSkeleton.AssignedFamily>
| Enum Constant and Description |
|---|
AMINO_ACID |
LIGAND |
MODIFIED_AMINO_ACID |
MODIFIED_NUCLEOTIDE |
NUCLEOTIDE |
| Modifier and Type | Method and Description |
|---|---|
static LeafSkeleton.AssignedFamily |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LeafSkeleton.AssignedFamily[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LeafSkeleton.AssignedFamily AMINO_ACID
public static final LeafSkeleton.AssignedFamily NUCLEOTIDE
public static final LeafSkeleton.AssignedFamily MODIFIED_AMINO_ACID
public static final LeafSkeleton.AssignedFamily MODIFIED_NUCLEOTIDE
public static final LeafSkeleton.AssignedFamily LIGAND
public static LeafSkeleton.AssignedFamily[] values()
for (LeafSkeleton.AssignedFamily c : LeafSkeleton.AssignedFamily.values()) System.out.println(c);
public static LeafSkeleton.AssignedFamily 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 nullCopyright © 2018. All rights reserved.