com.moyosoft.connector.ms.excel
Class DisplayUnit

java.lang.Object
  |
  +--AbstractType
        |
        +--com.moyosoft.connector.ms.excel.DisplayUnit

public class DisplayUnit
extends AbstractType

See Also:
Serialized Form

Field Summary
static DisplayUnit HUNDRED_MILLIONS
           
static DisplayUnit HUNDRED_THOUSANDS
           
static DisplayUnit HUNDREDS
           
static DisplayUnit MILLION_MILLIONS
           
static DisplayUnit MILLIONS
           
static DisplayUnit TEN_MILLIONS
           
static DisplayUnit TEN_THOUSANDS
           
static DisplayUnit THOUSAND_MILLIONS
           
static DisplayUnit THOUSANDS
           
 
Method Summary
static DisplayUnit getById(int pId)
           
 boolean isHundredMillions()
           
 boolean isHundreds()
           
 boolean isHundredThousands()
           
 boolean isMillionMillions()
           
 boolean isMillions()
           
 boolean isTenMillions()
           
 boolean isTenThousands()
           
 boolean isThousandMillions()
           
 boolean isThousands()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HUNDREDS

public static final DisplayUnit HUNDREDS

THOUSANDS

public static final DisplayUnit THOUSANDS

TEN_THOUSANDS

public static final DisplayUnit TEN_THOUSANDS

HUNDRED_THOUSANDS

public static final DisplayUnit HUNDRED_THOUSANDS

MILLIONS

public static final DisplayUnit MILLIONS

TEN_MILLIONS

public static final DisplayUnit TEN_MILLIONS

HUNDRED_MILLIONS

public static final DisplayUnit HUNDRED_MILLIONS

THOUSAND_MILLIONS

public static final DisplayUnit THOUSAND_MILLIONS

MILLION_MILLIONS

public static final DisplayUnit MILLION_MILLIONS
Method Detail

getById

public static DisplayUnit getById(int pId)

isHundreds

public boolean isHundreds()

isThousands

public boolean isThousands()

isTenThousands

public boolean isTenThousands()

isHundredThousands

public boolean isHundredThousands()

isMillions

public boolean isMillions()

isTenMillions

public boolean isTenMillions()

isHundredMillions

public boolean isHundredMillions()

isThousandMillions

public boolean isThousandMillions()

isMillionMillions

public boolean isMillionMillions()