Package org.rcsb.cif.schema.mm
Class PublManuscriptIncl
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PublManuscriptIncl
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PublManuscriptIncl
extends DelegatingCategory
Data items in the PUBL_MANUSCRIPT_INCL category allow
the authors of a manuscript submitted for publication to list
data names that should be added to the standard request list
used by the journal printing software.
-
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 PublManuscriptIncl(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.StrColumngetExtraDefn()Flags whether the corresponding data item marked for inclusion in a journal request list is a standard CIF definition or not.StrColumngetExtraInfo()A short note indicating the reason why the author wishes the corresponding data item marked for inclusion in the journal request list to be published.StrColumngetExtraItem()Specifies the inclusion of specific data into a manuscript which are not normally requested by the journal.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getExtraDefn
Flags whether the corresponding data item marked for inclusion in a journal request list is a standard CIF definition or not.- Returns:
- StrColumn
-
getExtraInfo
A short note indicating the reason why the author wishes the corresponding data item marked for inclusion in the journal request list to be published.- Returns:
- StrColumn
-
getExtraItem
Specifies the inclusion of specific data into a manuscript which are not normally requested by the journal. The values of this item are the extra data names (which MUST be enclosed in single quotes) that will be added to the journal request list.- Returns:
- StrColumn
-