com.ptc.wgmecad.table
Class ValueFileSize

java.lang.Object
  extended bycom.ptc.wgmecad.table.ValueString
      extended bycom.ptc.wgmecad.table.ValueFileSize
All Implemented Interfaces:
ICellValue, ISortable

public class ValueFileSize
extends ValueString
implements ISortable

Created by IntelliJ IDEA. User: barky Date: Jan 3, 2003 Time: 5:24:07 PM To change this template use Options | File Templates.


Field Summary
private  NumberFormat nf
           
private  double size
           
 
Fields inherited from class com.ptc.wgmecad.table.ValueString
value
 
Constructor Summary
ValueFileSize(long bytes)
           
 
Method Summary
 void add(ValueFileSize o)
           
 boolean lessThan(Object o)
           
 void setBytes(double b)
           
 
Methods inherited from class com.ptc.wgmecad.table.ValueString
equals, getValue, setValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

size

private double size

nf

private NumberFormat nf
Constructor Detail

ValueFileSize

public ValueFileSize(long bytes)
Method Detail

setBytes

public void setBytes(double b)

add

public void add(ValueFileSize o)

lessThan

public boolean lessThan(Object o)
Specified by:
lessThan in interface ISortable