Package org.rcsb.cif.schema.core
Class DiffrnDetector
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.DiffrnDetector
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class DiffrnDetector
extends DelegatingCategory.DelegatingCifCoreCategory
The CATEGORY of data items which specify the detectors used in the
in the measurement of diffraction intensities.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
Fields inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
parentBlock -
Constructor Summary
Constructors Constructor Description DiffrnDetector(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description FloatColumngetAreaResolMean()The resolution limit of an area diffraction radiation detector.StrColumngetDescription()Description of the type of diffraction radiation detector.StrColumngetDetails()Description of special aspects of the radiation detector.StrColumngetDetector()Description of the type of diffraction radiation detector.FloatColumngetDtime()The maximum time between two detector signals that cannot be resolved.StrColumngetMake()The make, model or name of the diffraction radiation detector.StrColumngetType()The make, model or name of the diffraction radiation detector.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getAreaResolMean
The resolution limit of an area diffraction radiation detector.- Returns:
- FloatColumn
-
getDetails
Description of special aspects of the radiation detector.- Returns:
- StrColumn
-
getDetector
Description of the type of diffraction radiation detector.- Returns:
- StrColumn
-
getDescription
Description of the type of diffraction radiation detector.- Returns:
- StrColumn
-
getDtime
The maximum time between two detector signals that cannot be resolved.- Returns:
- FloatColumn
-
getType
The make, model or name of the diffraction radiation detector.- Returns:
- StrColumn
-
getMake
The make, model or name of the diffraction radiation detector.- Returns:
- StrColumn
-