Package org.rcsb.cif.model.generated
Class PdbxConnectType
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxConnectType
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxConnectType extends BaseCategory
Local data items describing ligand and monomer type information.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxConnectType(String name)PdbxConnectType(String name, int rowCount, Object[] encodedColumns)PdbxConnectType(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetModified()Indicates a modified chemical component.StrColumngetNdbTokenType()Internal chemical type identifier used by NDB.StrColumngetResName()Unique (typically 3-letter code) identifier for chemical group.-
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
-
getResName
public StrColumn getResName()
Unique (typically 3-letter code) identifier for chemical group.- Returns:
- StrColumn
-
getNdbTokenType
public StrColumn getNdbTokenType()
Internal chemical type identifier used by NDB.- Returns:
- StrColumn
-
getModified
public StrColumn getModified()
Indicates a modified chemical component.- Returns:
- StrColumn
-
-