org.openl.types.science
Class Dimension

java.lang.Object
  extended by org.openl.types.science.Dimension
All Implemented Interfaces:
INamedThing, IDimension

public class Dimension
extends Object
implements IDimension

Author:
snshor

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openl.base.INamedThing
INamedThing.NameConverter<T extends INamedThing>, INamedThing.NameSelector, INamedThing.Tool
 
Field Summary
static Dimension DISTANCE
           
static Dimension MASS
           
static Dimension TIME
           
 
Fields inherited from interface org.openl.base.INamedThing
EMPTY, LONG, NAME_CONVERTOR, REGULAR, SHORT
 
Method Summary
 String getDisplayName(int mode)
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISTANCE

public static final Dimension DISTANCE

TIME

public static final Dimension TIME

MASS

public static final Dimension MASS
Method Detail

getDisplayName

public String getDisplayName(int mode)
Specified by:
getDisplayName in interface INamedThing

getName

public String getName()
Specified by:
getName in interface INamedThing


Copyright © 2013. All Rights Reserved.