Package org.rcsb.cif.schema.mm
Class PdbxCoord
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxCoord
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxCoord
extends DelegatingCategory
Gives information about what kind of coordinates are available.
-
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
-
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetChainAtomsYP()Gives information if the coordinates for the main chain atoms are available.StrColumngetEntryId()The entry identifier.StrColumngetHydrogenAtomsYN()Gives information if the coordinates for hydrogen atoms are available.StrColumngetSolventAtomsYN()Gives information if the coordinates for solvent atoms are available.StrColumngetStructureFactorsYN()Gives information if the structure factors for this entry are available.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
The entry identifier.- Returns:
- StrColumn
-
getChainAtomsYP
Gives information if the coordinates for the main chain atoms are available.- Returns:
- StrColumn
-
getHydrogenAtomsYN
Gives information if the coordinates for hydrogen atoms are available.- Returns:
- StrColumn
-
getSolventAtomsYN
Gives information if the coordinates for solvent atoms are available.- Returns:
- StrColumn
-
getStructureFactorsYN
Gives information if the structure factors for this entry are available.- Returns:
- StrColumn
-