public static enum AminoAcid.Property extends Enum<AminoAcid.Property>
Enum Constant and Description |
---|
basicity |
helicity |
hydrophobicity |
mass |
pI |
pK1 |
pK2 |
pKa |
vanDerWaalsVolume |
Modifier and Type | Method and Description |
---|---|
static int |
getNProperties()
Returns the number of implemented properties.
|
AminoAcid.Property |
getProperty(int index)
Returns the property at index.
|
static AminoAcid.Property |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AminoAcid.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AminoAcid.Property mass
public static final AminoAcid.Property hydrophobicity
public static final AminoAcid.Property helicity
public static final AminoAcid.Property basicity
public static final AminoAcid.Property pI
public static final AminoAcid.Property pK1
public static final AminoAcid.Property pK2
public static final AminoAcid.Property pKa
public static final AminoAcid.Property vanDerWaalsVolume
public final String name
public static AminoAcid.Property[] values()
for (AminoAcid.Property c : AminoAcid.Property.values()) System.out.println(c);
public static AminoAcid.Property 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 int getNProperties()
public AminoAcid.Property getProperty(int index)
index
- the indexCopyright © 2021. All rights reserved.