public enum ModelToken extends Enum<ModelToken> implements PDBToken
| Enum Constant and Description |
|---|
MODEL_SERIAL |
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
RECORD_PATTERN
A pattern describing all record names associated with this token structure.
|
| Modifier and Type | Method and Description |
|---|---|
de.bioforscher.singa.core.utility.Range<Integer> |
getColumns()
Gets the columns (the staring and ending index) where a value can be extracted.
|
Pattern |
getRecordNamePattern()
Returns the record name for this token.
|
static ModelToken |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelToken[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfendLine, extract, extractValueFromPDBLinepublic static final ModelToken MODEL_SERIAL
public static final Pattern RECORD_PATTERN
public static ModelToken[] values()
for (ModelToken c : ModelToken.values()) System.out.println(c);
public static ModelToken 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 de.bioforscher.singa.core.utility.Range<Integer> getColumns()
PDBTokengetColumns in interface PDBTokenpublic Pattern getRecordNamePattern()
PDBTokengetRecordNamePattern in interface PDBTokenCopyright © 2018. All rights reserved.