public static enum I_CmsButton.Size extends java.lang.Enum<I_CmsButton.Size>
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getCssClassName()
Returns the CSS class name of this style.
|
static I_CmsButton.Size |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static I_CmsButton.Size[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final I_CmsButton.Size big
public static final I_CmsButton.Size medium
public static final I_CmsButton.Size small
public static I_CmsButton.Size[] values()
for (I_CmsButton.Size c : I_CmsButton.Size.values()) System.out.println(c);
public static I_CmsButton.Size valueOf(java.lang.String name)
name
- 要返回的枚举常量的名称。如果该枚举类型没有带有指定名称的常量,
- 则抛出 IllegalArgumentException如果参数为空值,
- 则抛出 NullPointerExceptionpublic java.lang.String getCssClassName()