Package org.rcsb.cif.schema.mm
Class PdbxAuditSupport
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxAuditSupport
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxAuditSupport
extends DelegatingCategory
Data items in the PDBX_AUDIT_SUPPORT category record details about
funding support for the entry.
-
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 PdbxAuditSupport(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCountry()The country/region providing the funding support for the entry.StrColumngetDetails()Additional details regarding the funding of this entryStrColumngetFundingOrganization()The name of the organization providing funding support for the entry.StrColumngetGrantNumber()The grant number associated with this source of support.IntColumngetOrdinal()A unique sequential integer identifier for each source of support for this entry.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getFundingOrganization
The name of the organization providing funding support for the entry.- Returns:
- StrColumn
-
getCountry
The country/region providing the funding support for the entry.- Returns:
- StrColumn
-
getGrantNumber
The grant number associated with this source of support.- Returns:
- StrColumn
-
getDetails
Additional details regarding the funding of this entry- Returns:
- StrColumn
-
getOrdinal
A unique sequential integer identifier for each source of support for this entry.- Returns:
- IntColumn
-