public enum RepresentationSchemeType extends Enum<RepresentationSchemeType>
RepresentationSchemes are defined. | Enum Constant and Description |
|---|
ALPHA_CARBON |
BETA_CARBON |
CENTROID |
LAST_HEAVY_SIDE_CHAIN |
SIDE_CHAIN_CENTROID |
| Modifier and Type | Method and Description |
|---|---|
String |
getAtomNameString() |
Class<? extends AbstractRepresentationScheme> |
getCompatibleRepresentationScheme() |
String |
getDescription() |
static RepresentationSchemeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepresentationSchemeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RepresentationSchemeType ALPHA_CARBON
public static final RepresentationSchemeType BETA_CARBON
public static final RepresentationSchemeType CENTROID
public static final RepresentationSchemeType LAST_HEAVY_SIDE_CHAIN
public static final RepresentationSchemeType SIDE_CHAIN_CENTROID
public static RepresentationSchemeType[] values()
for (RepresentationSchemeType c : RepresentationSchemeType.values()) System.out.println(c);
public static RepresentationSchemeType 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 String getDescription()
public Class<? extends AbstractRepresentationScheme> getCompatibleRepresentationScheme()
public String getAtomNameString()
Copyright © 2018. All rights reserved.