com.moyosoft.connector.ms.excel
Class ArrowHeadLength

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

public class ArrowHeadLength
extends AbstractType

See Also:
Serialized Form

Field Summary
static ArrowHeadLength LONG
           
static ArrowHeadLength MEDIUM
           
static ArrowHeadLength SHORT
           
 
Method Summary
static ArrowHeadLength getById(int pId)
           
 boolean isLong()
           
 boolean isMedium()
           
 boolean isShort()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LONG

public static final ArrowHeadLength LONG

MEDIUM

public static final ArrowHeadLength MEDIUM

SHORT

public static final ArrowHeadLength SHORT
Method Detail

getById

public static ArrowHeadLength getById(int pId)

isLong

public boolean isLong()

isMedium

public boolean isMedium()

isShort

public boolean isShort()