Package org.rcsb.cif.model.generated
Class PdbxStructInfo
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxStructInfo
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxStructInfo extends BaseCategory
Special features of this structural entry.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxStructInfo(String name)PdbxStructInfo(String name, int rowCount, Object[] encodedColumns)PdbxStructInfo(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDetails()Additional details about this information item.StrColumngetType()The information category/type for this item.StrColumngetValue()The value of this information item.-
Methods inherited from class org.rcsb.cif.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getType
public StrColumn getType()
The information category/type for this item.- Returns:
- StrColumn
-
getValue
public StrColumn getValue()
The value of this information item.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Additional details about this information item.- Returns:
- StrColumn
-
-