public static enum SrnStandardTemplate.HeaderSizeType extends Enum<SrnStandardTemplate.HeaderSizeType>
Enum Constant and Description |
---|
FULL_SCREEN
Full screen.
|
MEDIUM
Medium size header.
|
SMALL
Small size header.
|
Modifier and Type | Method and Description |
---|---|
static SrnStandardTemplate.HeaderSizeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SrnStandardTemplate.HeaderSizeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SrnStandardTemplate.HeaderSizeType FULL_SCREEN
public static final SrnStandardTemplate.HeaderSizeType MEDIUM
public static final SrnStandardTemplate.HeaderSizeType SMALL
public static SrnStandardTemplate.HeaderSizeType[] values()
for (SrnStandardTemplate.HeaderSizeType c : SrnStandardTemplate.HeaderSizeType.values()) System.out.println(c);
public static SrnStandardTemplate.HeaderSizeType 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 nullCopyright © Samsung Electronics, Co., Ltd. All rights reserved.