Package org.rcsb.cif.model.generated
Class StructSiteKeywords
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.StructSiteKeywords
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class StructSiteKeywords extends BaseCategory
Data items in the STRUCT_SITE_KEYWORDS category record keywords describing the site.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description StructSiteKeywords(String name)StructSiteKeywords(String name, int rowCount, Object[] encodedColumns)StructSiteKeywords(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetSiteId()This data item is a pointer to _struct_site.id in the STRUCT_SITE category.StrColumngetText()Keywords describing this site.-
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
-
-