Package org.rcsb.cif.schema.mm
Class PdbxNmrConstraintFile
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxNmrConstraintFile
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxNmrConstraintFile
extends DelegatingCategory
Items in the pdbx_nmr_constraint_file category record the name of the constraint file, the software used
to calculate conformers with the constraint file, and the characteristics of the constraints in the constraint file.
-
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 PdbxNmrConstraintFile(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetConstraintFilename()Name of the uploaded file that contains the constraint data.IntColumngetConstraintNumber()Number of constraints of this type and subtype in the file.StrColumngetConstraintSubtype()Specific type of constraint.StrColumngetConstraintType()The general type of constraint (distance, torsion angle, RDC, etc.)StrColumngetEntryId()Pointer to '_entry.id'IntColumngetId()Local unique identifier for the listed constraint file.StrColumngetSoftwareName()Name of the software application that the listed constraint file is used as input.IntColumngetSoftwareOrdinal()Pointer to _software.ordinalMethods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getConstraintFilename
Name of the uploaded file that contains the constraint data.- Returns:
- StrColumn
-
getConstraintNumber
Number of constraints of this type and subtype in the file.- Returns:
- IntColumn
-
getConstraintSubtype
Specific type of constraint.- Returns:
- StrColumn
-
getConstraintType
The general type of constraint (distance, torsion angle, RDC, etc.)- Returns:
- StrColumn
-
getEntryId
Pointer to '_entry.id'- Returns:
- StrColumn
-
getId
Local unique identifier for the listed constraint file.- Returns:
- IntColumn
-
getSoftwareName
Name of the software application that the listed constraint file is used as input.- Returns:
- StrColumn
-
getSoftwareOrdinal
Pointer to _software.ordinal- Returns:
- IntColumn
-