Package org.rcsb.cif.model.generated
Class ValenceRef
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.ValenceRef
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class ValenceRef extends BaseCategory
Data items in the VALENCE_REF category list the references from which the bond-valence parameters have been taken.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description ValenceRef(String name)ValenceRef(String name, int rowCount, Object[] encodedColumns)ValenceRef(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetId()An identifier for items in this category.StrColumngetReference()Literature reference from which the valence parameters identified by _valence_param.id were taken.-
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
-
getId
public StrColumn getId()
An identifier for items in this category. Parent of _valence_param.ref_id, which must have the same value.- Returns:
- StrColumn
-
getReference
public StrColumn getReference()
Literature reference from which the valence parameters identified by _valence_param.id were taken.- Returns:
- StrColumn
-
-