awsmodel
Class AWSReferenceTables.AWSDefaultValuesSet

java.lang.Object
  extended by awsmodel.AWSReferenceTables.AWSDefaultValuesSet
Enclosing class:
AWSReferenceTables

public static class AWSReferenceTables.AWSDefaultValuesSet
extends java.lang.Object

This nested class provides a set of default values. NOTE : the fields must be public and their names should match those of the Enum variables StandVariable, TreeVariable, and Treatment variable.

Author:
M. Fortin - August 2010

Field Summary
 double topex
           
 double wind50
           
 double wind99
           
 int year
           
 
Constructor Summary
AWSReferenceTables.AWSDefaultValuesSet(double topex, double wind99, double wind50)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topex

public double topex

wind99

public double wind99

wind50

public double wind50

year

public int year
Constructor Detail

AWSReferenceTables.AWSDefaultValuesSet

public AWSReferenceTables.AWSDefaultValuesSet(double topex,
                                              double wind99,
                                              double wind50)