Package org.rcsb.cif.model.generated
Class EmInterpretFigure
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmInterpretFigure
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmInterpretFigure extends BaseCategory
Listing of all layer line files associated with the EM entry
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmInterpretFigure(String name)EmInterpretFigure(String name, int rowCount, Object[] encodedColumns)EmInterpretFigure(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDetails()Details about the image file.StrColumngetFile()The name of the image file associated with the map entryStrColumngetId()This data item is the unique identifier for the image file.-
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
-
getDetails
public StrColumn getDetails()
Details about the image file.- Returns:
- StrColumn
-
getFile
public StrColumn getFile()
The name of the image file associated with the map entry- Returns:
- StrColumn
-
getId
public StrColumn getId()
This data item is the unique identifier for the image file.- Returns:
- StrColumn
-
-