Uses of Class
org.nakedobjects.applib.value.Magnitude

Packages that use Magnitude
org.nakedobjects.applib.value   
 

Uses of Magnitude in org.nakedobjects.applib.value
 

Subclasses of Magnitude in org.nakedobjects.applib.value
 class Color
          Color is simple numerical representation of a color using the brightness of red, green and blue (RGB) components.
 class Date
          Value object representing a date (not time) value.
 class DateTime
          Value object representing a date and time value.
 class Money
           
 class Percentage
           
 class Time
          Value object representing a time value.
 class TimeStamp
          Value object representing a date/time value marking a point in time This is a user facing date/time value, more a marker used to indicate the temporal relationship between two objects.
 

Methods in org.nakedobjects.applib.value that return Magnitude
 Magnitude Magnitude.max(Magnitude magnitude)
           
 Magnitude Magnitude.min(Magnitude magnitude)
           
 

Methods in org.nakedobjects.applib.value with parameters of type Magnitude
 boolean Magnitude.isBetween(Magnitude minMagnitude, Magnitude maxMagnitude)
           
abstract  boolean Magnitude.isEqualTo(Magnitude magnitude)
           
 boolean Date.isEqualTo(Magnitude date)
          Returns true if the date of this object has the same value as the specified date
 boolean Time.isEqualTo(Magnitude time)
          returns true if the time of this object has the same value as the specified time
 boolean Color.isEqualTo(Magnitude number)
          returns true if the number of this object has the same value as the specified number
 boolean DateTime.isEqualTo(Magnitude timeStamp)
          returns true if the time stamp of this object has the same value as the specified time
 boolean Percentage.isEqualTo(Magnitude magnitude)
           
 boolean TimeStamp.isEqualTo(Magnitude timeStamp)
          returns true if the time stamp of this object has the same value as the specified timeStamp
 boolean Money.isEqualTo(Magnitude magnitude)
           
 boolean Magnitude.isGreaterThan(Magnitude magnitude)
           
 boolean Magnitude.isGreaterThanOrEqualTo(Magnitude magnitude)
           
abstract  boolean Magnitude.isLessThan(Magnitude magnitude)
           
 boolean Date.isLessThan(Magnitude date)
          Returns true if the time of this object is earlier than the specified time
 boolean Time.isLessThan(Magnitude time)
          returns true if the time of this object is earlier than the specified time
 boolean Color.isLessThan(Magnitude value)
          Returns true if this value is less than the specified value.
 boolean DateTime.isLessThan(Magnitude timeStamp)
          returns true if the timeStamp of this object is earlier than the specified timeStamp
 boolean Percentage.isLessThan(Magnitude magnitude)
           
 boolean TimeStamp.isLessThan(Magnitude timeStamp)
          returns true if the timeStamp of this object is earlier than the specified timeStamp
 boolean Money.isLessThan(Magnitude magnitude)
           
 boolean Magnitude.isLessThanOrEqualTo(Magnitude magnitude)
           
 Magnitude Magnitude.max(Magnitude magnitude)
           
 Magnitude Magnitude.min(Magnitude magnitude)
           
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.