mro.util.properties
Class PropertyAverage

java.lang.Object
  extended by mro.util.properties.Property
      extended by mro.util.properties.PropertyAverage

public class PropertyAverage
extends Property

The average of a property of some kind with description. Only works for Number.


Field Summary
 java.lang.Object std
           
 
Fields inherited from class mro.util.properties.Property
kind, name, propertyDescription, value, valueDescriptions
 
Constructor Summary
PropertyAverage()
           
PropertyAverage(java.util.Vector properties)
           
 
Method Summary
 java.lang.Object getStd()
           
 
Methods inherited from class mro.util.properties.Property
addValueDescription, addVectorOfValueDescriptions, equals, getAllValueDescriptions, getAppropriateValueDescription, getDescription, getKind, getName, getValue, printXML, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

std

public java.lang.Object std
Constructor Detail

PropertyAverage

public PropertyAverage()

PropertyAverage

public PropertyAverage(java.util.Vector properties)
Method Detail

getStd

public java.lang.Object getStd()