Class DelegatingStrColumn

java.lang.Object
org.rcsb.cif.schema.DelegatingColumn<String[]>
org.rcsb.cif.schema.DelegatingStrColumn
All Implemented Interfaces:
Column<String[]>, StrColumn

public class DelegatingStrColumn
extends DelegatingColumn<String[]>
implements StrColumn
  • Constructor Details

  • Method Details

    • get

      public String get​(int row)
      Description copied from interface: StrColumn
      Type-safe access to the native type of data stored in this column.
      Specified by:
      get in interface StrColumn
      Parameters:
      row - the index to retrieve
      Returns:
      a String value