org.seasar.fisshplate.enums
クラス LinkElementType

java.lang.Object
  上位を拡張 org.seasar.fisshplate.enums.LinkElementType

public class LinkElementType
extends Object

作成者:
rokugen

フィールドの概要
static LinkElementType EMAIL
           
static LinkElementType FILE
           
static LinkElementType THIS
           
static LinkElementType URL
           
 
メソッドの概要
 HSSFHyperlink createHyperLink()
           
static LinkElementType get(String type)
           
 int getType()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

URL

public static final LinkElementType URL

EMAIL

public static final LinkElementType EMAIL

THIS

public static final LinkElementType THIS

FILE

public static final LinkElementType FILE
メソッドの詳細

getType

public int getType()

createHyperLink

public HSSFHyperlink createHyperLink()

get

public static LinkElementType get(String type)


Copyright © 2009 The Seasar Foundation. All Rights Reserved.