public static enum SummaryZoomFrame.ZoomLayoutEnum extends Enum<SummaryZoomFrame.ZoomLayoutEnum>
Modifier and Type | Class and Description |
---|---|
static class |
SummaryZoomFrame.ZoomLayoutEnum.Adapter |
Enum Constant and Description |
---|
FIXEDLAYOUT |
GRIDLAYOUT |
Modifier and Type | Method and Description |
---|---|
static SummaryZoomFrame.ZoomLayoutEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static SummaryZoomFrame.ZoomLayoutEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummaryZoomFrame.ZoomLayoutEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SummaryZoomFrame.ZoomLayoutEnum GRIDLAYOUT
public static final SummaryZoomFrame.ZoomLayoutEnum FIXEDLAYOUT
public static SummaryZoomFrame.ZoomLayoutEnum[] values()
for (SummaryZoomFrame.ZoomLayoutEnum c : SummaryZoomFrame.ZoomLayoutEnum.values()) System.out.println(c);
public static SummaryZoomFrame.ZoomLayoutEnum 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 getValue()
public String toString()
toString
in class Enum<SummaryZoomFrame.ZoomLayoutEnum>
public static SummaryZoomFrame.ZoomLayoutEnum fromValue(String text)
Copyright © 2023. All rights reserved.