Package org.rcsb.cif.schema.core
Class DiffrnAttenuator
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.DiffrnAttenuator
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class DiffrnAttenuator
extends DelegatingCategory.DelegatingCifCoreCategory
The CATEGORY of data items which specify the attenuators used in the
diffraction source.
-
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 DiffrnAttenuator(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description StrColumngetCode()Code identifying a particular attenuator setting; referenced by the _diffrn_refln.attenuator_code which is stored with the intensities.StrColumngetMaterial()Description of the material from which the attenuator is made.FloatColumngetScale()The scale factor applied to a measured intensity if it is reduced by an attenuator identified by _diffrn_attenuator.code.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getCode
Code identifying a particular attenuator setting; referenced by the _diffrn_refln.attenuator_code which is stored with the intensities.- Returns:
- StrColumn
-
getMaterial
Description of the material from which the attenuator is made.- Returns:
- StrColumn
-
getScale
The scale factor applied to a measured intensity if it is reduced by an attenuator identified by _diffrn_attenuator.code.- Returns:
- FloatColumn
-