public static enum CardLayoutField.Mode extends Enum<CardLayoutField.Mode>
Modifier and Type | Method and Description |
---|---|
static CardLayoutField.Mode |
fromModeName(String modeName) |
String |
getModeName() |
static CardLayoutField.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CardLayoutField.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CardLayoutField.Mode PLAN
public static final CardLayoutField.Mode WORK
public static CardLayoutField.Mode[] values()
for (CardLayoutField.Mode c : CardLayoutField.Mode.values()) System.out.println(c);
public static CardLayoutField.Mode 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 getModeName()
public static CardLayoutField.Mode fromModeName(String modeName)
Copyright © 2007–2025 Atlassian. All rights reserved.