Package org.rcsb.cif.schema.mm
Class PdbxStructGroupList
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxStructGroupList
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxStructGroupList
extends DelegatingCategory
Data items in the PDBX_STRUCT_GROUP_LIST define groups of related components
or atoms.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description PdbxStructGroupList(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDescription()The description of the group.StrColumngetGroupEnumerationType()The manner in which the group is defined.StrColumngetName()The name of the group.StrColumngetSelection()A qualification of the subset of atoms in the group.StrColumngetSelectionDetails()A text description of subset of the atom selection in the group.StrColumngetStructGroupId()The unique identifier for the group.StrColumngetType()A selected list of group types.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getStructGroupId
The unique identifier for the group.- Returns:
- StrColumn
-
getName
The name of the group.- Returns:
- StrColumn
-
getType
A selected list of group types.- Returns:
- StrColumn
-
getGroupEnumerationType
The manner in which the group is defined. Groups consist of collections within the set of deposited coordinates which can be defined in terms of a list of chemical components in category PDBX_STRUCT_GROUP_COMPONENTS, ranges of chemical components in PDBX_STRUCT_GROUP_COMPONENT_RANGE, or as individual atoms using _atom_site.pdbx_group_id. Groups can be composed of selections from multiple categories in which case the enumeration types are separated by commas.- Returns:
- StrColumn
-
getDescription
The description of the group.- Returns:
- StrColumn
-
getSelection
A qualification of the subset of atoms in the group.- Returns:
- StrColumn
-
getSelectionDetails
A text description of subset of the atom selection in the group.- Returns:
- StrColumn
-