|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<CategoryEnum> org.proteinshader.structure.io.enums.CategoryEnum
public enum CategoryEnum
This file provides an enumeration of the categories that RecordEnums fit into. The categories are based on sections in the Protein Data Bank Content Guide (Version 2.2, 20 Dec 1996).
Enum Constant Summary | |
---|---|
BOOKKEEPING
The known RecordEnums in this category are MASTER and END. |
|
CONNECTIVITY
The known RecordEnum in this category is CONECT. |
|
CONNECTIVITY_NOTES
The known RecordEnums in this category are SSBOND, LINK, HYDBND, SLTBRG, and CISPEP. |
|
COORDINATES
The known RecordEnums in this category are MODEL, ATOM, SIGATM, ANISOU, SIGUIJ, TER, HETATM, and ENDMDL. |
|
HETEROGEN_INFO
The known RecordEnums in this category are HET, HETNAM, HETSYN, and FORMUL. |
|
MISCELLANEOUS
The known RecordEnum in this category is SITE (FTNOTE, which is no longer used, has been placed in this category only for lack of a better place to add it). |
|
SECONDARY_STRUCTURE
The known RecordEnums in this category are HELIX, SHEET, and TURN. |
|
SEQUENCE_INFO
The known RecordEnums in this category are DBREF, SEQADV, SEQRES, and MODRES. |
|
TITLE_SECTION
The known RecordEnums in this category are HEADER, OBSLTE, TITLE, CAVEAT, COMPND, SOURCE, KEYWORDS, EXPDTA, AUTHOR, REVDAT, SPRSDE, JRNL, and REMARK. |
|
TRANSFORMATIONS
The known RecordEnums in this category are CRYST1, ORIGX1, ORIGX2, ORIGX2, SCALE1, SCALE2, SCALE3, MTRIX1, MTRIX2, MTRIX3, and TVECT. |
Method Summary | |
---|---|
String |
getName()
Returns the name of the category as a String suitable for use in a menu. |
static CategoryEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CategoryEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CategoryEnum TITLE_SECTION
public static final CategoryEnum SEQUENCE_INFO
public static final CategoryEnum HETEROGEN_INFO
public static final CategoryEnum SECONDARY_STRUCTURE
public static final CategoryEnum CONNECTIVITY_NOTES
public static final CategoryEnum MISCELLANEOUS
public static final CategoryEnum TRANSFORMATIONS
public static final CategoryEnum COORDINATES
public static final CategoryEnum CONNECTIVITY
public static final CategoryEnum BOOKKEEPING
Method Detail |
---|
public static final CategoryEnum[] values()
for(CategoryEnum c : CategoryEnum.values()) System.out.println(c);
public static CategoryEnum valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified namepublic String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |