Uses of Class
org.glite.rgma.Units

Uses of Units in org.glite.rgma
 

Fields in org.glite.rgma declared as Units
static Units Units.DAYS
          Days.
static Units Units.HOURS
          Hours.
static Units Units.MILLIS
          Milliseconds.
static Units Units.MINUTES
          Minutes.
static Units Units.SECONDS
          Seconds.
 

Methods in org.glite.rgma with parameters of type Units
 long TimeInterval.getValueAs(Units units)
          Gets the length of the time interval in the specified units.
 

Constructors in org.glite.rgma with parameters of type Units
TimeInterval(long value, Units units)
          Creates a new TimeInterval object.