protected static enum HtmlColumn.PropertyKeys extends EnumSE<HtmlColumn.PropertyKeys>
| 列挙型定数と説明 |
|---|
footerClass |
headerClass |
rowHeader |
styleClass |
| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE | toString() |
static HtmlColumn.PropertyKeys | valueOf(StringSE name) 指定された名前を持つこの型の列挙定数を返します。 |
static HtmlColumn.PropertyKeys[] | values() この列挙型の定数を含む配列を、宣言されている順序で返します。 |
cloneSE, compareToSE, equalsSE, finalizeSE, getDeclaringClassSE, hashCodeSE, nameSE, ordinalSE, valueOfSEgetClassSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic static final HtmlColumn.PropertyKeys footerClass
public static final HtmlColumn.PropertyKeys headerClass
public static final HtmlColumn.PropertyKeys rowHeader
public static final HtmlColumn.PropertyKeys styleClass
public static HtmlColumn.PropertyKeys[] values()
for (HtmlColumn.PropertyKeys c : HtmlColumn.PropertyKeys.values()) System.out.println(c);
public static HtmlColumn.PropertyKeys valueOf(StringSE name)
name - 返される列挙定数の名前。IllegalArgumentExceptionSE - この列挙型に指定された名前の定数がない場合 NullPointerExceptionSE - 引数が null の場合 public StringSE toString()
EnumSE<HtmlColumn.PropertyKeys> の toStringSE Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.