Class DataDataChoice

java.lang.Object
ucar.unidata.data.DataChoice
ucar.unidata.data.DataDataChoice

public class DataDataChoice extends DataChoice
A data choice that simply holds a reference to a visad.Data object
Version:
$Revision: 1.86 $
Author:
IDV development team
  • Constructor Details

    • DataDataChoice

      public DataDataChoice()
      The bean constructor. We need this for xml decoding.
    • DataDataChoice

      public DataDataChoice(DataDataChoice other)
      Create a new DataChoice, using the state of the given DataChoice to initialize the new object.
      Parameters:
      other - The other data choice.
    • DataDataChoice

      public DataDataChoice(String name, Data data)
      Create a new DataChoice.
      Parameters:
      name - The short name of this choice.
      data - The data
  • Method Details