Package org.rcsb.cif.schema.mm
Class PdbxStructPackGen
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxStructPackGen
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxStructPackGen
extends DelegatingCategory
Data items in the PDBX_STRUCT_PACK_GEN category record details about
the generation of the packing picture(s).
-
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 PdbxStructPackGen(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAsymId()This data item is a pointer to _struct_asym.id in the STRUCT_ASYM category.FloatColumngetColorBlue()Gives rgb color code in order to produce atlas entry packing picture.FloatColumngetColorGreen()Gives rgb color code in order to produce atlas entry packing picture.FloatColumngetColorRed()Gives rgb color code in order to produce atlas entry packing picture.IntColumngetCrystalType()Crystal typeStrColumngetId()Ordinal identifierIntColumngetPackingType()Packing typeStrColumngetSymmetry()Describes the symmetry operation that should be applied to the atom set specified by _pdbx_struct_pack_gen.asym_id to generate a packing picture.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
Ordinal identifier- Returns:
- StrColumn
-
getAsymId
This data item is a pointer to _struct_asym.id in the STRUCT_ASYM category.- Returns:
- StrColumn
-
getSymmetry
Describes the symmetry operation that should be applied to the atom set specified by _pdbx_struct_pack_gen.asym_id to generate a packing picture.- Returns:
- StrColumn
-
getColorRed
Gives rgb color code in order to produce atlas entry packing picture.- Returns:
- FloatColumn
-
getColorGreen
Gives rgb color code in order to produce atlas entry packing picture.- Returns:
- FloatColumn
-
getColorBlue
Gives rgb color code in order to produce atlas entry packing picture.- Returns:
- FloatColumn
-
getCrystalType
Crystal type- Returns:
- IntColumn
-
getPackingType
Packing type- Returns:
- IntColumn
-