water.api
Class Constants.Suffixes

java.lang.Object
  extended by water.api.Constants.Suffixes
Enclosing class:
Constants

public static class Constants.Suffixes
extends java.lang.Object


Field Summary
static java.lang.String BYTES
           
static java.lang.String BYTES_PER_SECOND
           
static java.lang.String MILLIS
           
 
Constructor Summary
Constants.Suffixes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BYTES

public static final java.lang.String BYTES
See Also:
Constant Field Values

BYTES_PER_SECOND

public static final java.lang.String BYTES_PER_SECOND
See Also:
Constant Field Values

MILLIS

public static final java.lang.String MILLIS
See Also:
Constant Field Values
Constructor Detail

Constants.Suffixes

public Constants.Suffixes()