Package org.rcsb.cif.schema.core
Class ExptlCrystalAppearance
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.ExptlCrystalAppearance
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class ExptlCrystalAppearance
extends DelegatingCategory.DelegatingCifCoreCategory
The CATEGORY of ENUMERATION items used to specify information about the
crystal colour and appearance.
-
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 ExptlCrystalAppearance(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description StrColumngetGeneral()Appearance of the crystal as prescribed state codes.StrColumngetHue()Colour hue of the crystals as prescribed state codes.StrColumngetIntensity()Colour intensity of the crystal as prescribed state codes.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getGeneral
Appearance of the crystal as prescribed state codes. Note that 'dull' and 'clear' should no longer be used.- Returns:
- StrColumn
-
getHue
Colour hue of the crystals as prescribed state codes.- Returns:
- StrColumn
-
getIntensity
Colour intensity of the crystal as prescribed state codes.- Returns:
- StrColumn
-