public enum PaddingParam extends Enum<PaddingParam>
| Enum Constant and Description |
|---|
BOX |
PARTICIPANT |
| Modifier and Type | Method and Description |
|---|---|
String |
getSkinName() |
static PaddingParam |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaddingParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaddingParam PARTICIPANT
public static final PaddingParam BOX
public static PaddingParam[] values()
for (PaddingParam c : PaddingParam.values()) System.out.println(c);
public static PaddingParam valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getSkinName()
Copyright © 2017. All rights reserved.