org.scubatoolkit
Class WaterType

java.lang.Object
  |
  +--org.scubatoolkit.WaterType
Direct Known Subclasses:
WaterType.Fresh, WaterType.Salt

public abstract class WaterType
extends java.lang.Object

Author:
Javier Vilalta *

Nested Class Summary
private static class WaterType.Fresh
           
private static class WaterType.Salt
           
 
Field Summary
static WaterType Fresh
           
static WaterType Salt
           
 
Constructor Summary
WaterType()
           
 
Method Summary
abstract  java.lang.String toDBString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Fresh

public static WaterType Fresh

Salt

public static WaterType Salt
Constructor Detail

WaterType

public WaterType()
Method Detail

toDBString

public abstract java.lang.String toDBString()


Copyright © 2002 The Scuba Toolkit Team. All Rights Reserved.