public static enum IProfeatProperties.ATTRIBUTE extends Enum<IProfeatProperties.ATTRIBUTE>
Enum Constant and Description |
---|
CHARGE |
HYDROPHOBICITY |
POLARITY |
POLARIZABILITY |
SECONDARYSTRUCTURE |
SOLVENTACCESSIBILITY |
VOLUME |
Modifier and Type | Method and Description |
---|---|
static IProfeatProperties.ATTRIBUTE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IProfeatProperties.ATTRIBUTE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IProfeatProperties.ATTRIBUTE HYDROPHOBICITY
public static final IProfeatProperties.ATTRIBUTE VOLUME
public static final IProfeatProperties.ATTRIBUTE POLARITY
public static final IProfeatProperties.ATTRIBUTE POLARIZABILITY
public static final IProfeatProperties.ATTRIBUTE CHARGE
public static final IProfeatProperties.ATTRIBUTE SECONDARYSTRUCTURE
public static final IProfeatProperties.ATTRIBUTE SOLVENTACCESSIBILITY
public static IProfeatProperties.ATTRIBUTE[] values()
for (IProfeatProperties.ATTRIBUTE c : IProfeatProperties.ATTRIBUTE.values()) System.out.println(c);
public static IProfeatProperties.ATTRIBUTE 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.