Class UnboundDataChoice

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

public class UnboundDataChoice extends DataChoice
Represents a DataChoice in a formula that is unbound.
Version:
$Revision: 1.25 $
Author:
Metapps development team
  • Field Details

    • label

      protected String label
      label for his
  • Constructor Details

    • UnboundDataChoice

      public UnboundDataChoice()
      Default constructor; does nothing
    • UnboundDataChoice

      public UnboundDataChoice(UnboundDataChoice other)
      Copy constructor for creating one from another
      Parameters:
      other - the other
    • UnboundDataChoice

      public UnboundDataChoice(String label)
      Create a new UnboundDataChoice.
      Parameters:
      label - the label for this
  • Method Details