com.moyosoft.connector.ms.excel
Class ChartLocation

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

public class ChartLocation
extends AbstractType

See Also:
Serialized Form

Field Summary
static ChartLocation LOCATION_AS_NEW_SHEET
           
static ChartLocation LOCATION_AS_OBJECT
           
static ChartLocation LOCATION_AUTOMATIC
           
 
Method Summary
static ChartLocation getById(int pId)
           
 boolean isLocationAsNewSheet()
           
 boolean isLocationAsObject()
           
 boolean isLocationAutomatic()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOCATION_AS_NEW_SHEET

public static final ChartLocation LOCATION_AS_NEW_SHEET

LOCATION_AS_OBJECT

public static final ChartLocation LOCATION_AS_OBJECT

LOCATION_AUTOMATIC

public static final ChartLocation LOCATION_AUTOMATIC
Method Detail

getById

public static ChartLocation getById(int pId)

isLocationAsNewSheet

public boolean isLocationAsNewSheet()

isLocationAsObject

public boolean isLocationAsObject()

isLocationAutomatic

public boolean isLocationAutomatic()