public static enum CommandPrompt.PropertyName extends Enum<CommandPrompt.PropertyName>
| Enum Constant and Description | 
|---|
| A | 
| Absorbance_False | 
| Absorbance_True | 
| ApliphaticIndex | 
| AverageHydropathyValue | 
| C | 
| D | 
| E | 
| ExtinctionCoefficient_False | 
| ExtinctionCoefficient_True | 
| F | 
| G | 
| H | 
| I | 
| InstabilityIndex | 
| IsoelectricPoint | 
| K | 
| L | 
| M | 
| MolecularWeight | 
| N | 
| NetCharge_pH_7 | 
| P | 
| Q | 
| R | 
| S | 
| T | 
| V | 
| W | 
| Y | 
| Modifier and Type | Method and Description | 
|---|---|
| static CommandPrompt.PropertyName | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static CommandPrompt.PropertyName[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final CommandPrompt.PropertyName MolecularWeight
public static final CommandPrompt.PropertyName Absorbance_True
public static final CommandPrompt.PropertyName Absorbance_False
public static final CommandPrompt.PropertyName ExtinctionCoefficient_True
public static final CommandPrompt.PropertyName ExtinctionCoefficient_False
public static final CommandPrompt.PropertyName InstabilityIndex
public static final CommandPrompt.PropertyName ApliphaticIndex
public static final CommandPrompt.PropertyName AverageHydropathyValue
public static final CommandPrompt.PropertyName IsoelectricPoint
public static final CommandPrompt.PropertyName NetCharge_pH_7
public static final CommandPrompt.PropertyName A
public static final CommandPrompt.PropertyName R
public static final CommandPrompt.PropertyName N
public static final CommandPrompt.PropertyName D
public static final CommandPrompt.PropertyName C
public static final CommandPrompt.PropertyName E
public static final CommandPrompt.PropertyName Q
public static final CommandPrompt.PropertyName G
public static final CommandPrompt.PropertyName H
public static final CommandPrompt.PropertyName I
public static final CommandPrompt.PropertyName L
public static final CommandPrompt.PropertyName K
public static final CommandPrompt.PropertyName M
public static final CommandPrompt.PropertyName F
public static final CommandPrompt.PropertyName P
public static final CommandPrompt.PropertyName S
public static final CommandPrompt.PropertyName T
public static final CommandPrompt.PropertyName W
public static final CommandPrompt.PropertyName Y
public static final CommandPrompt.PropertyName V
public static CommandPrompt.PropertyName[] values()
for (CommandPrompt.PropertyName c : CommandPrompt.PropertyName.values()) System.out.println(c);
public static CommandPrompt.PropertyName 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 © 2000–2019 BioJava. All rights reserved.