public static enum ComponentLibraryView.ExampleSize extends Enum<ComponentLibraryView.ExampleSize>
Modifier and Type | Method and Description |
---|---|
static ComponentLibraryView.ExampleSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentLibraryView.ExampleSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComponentLibraryView.ExampleSize SMALL
public static final ComponentLibraryView.ExampleSize LARGE
public static final ComponentLibraryView.ExampleSize XLARGE
public static final ComponentLibraryView.ExampleSize WINDOW
public static ComponentLibraryView.ExampleSize[] values()
for (ComponentLibraryView.ExampleSize c : ComponentLibraryView.ExampleSize.values()) System.out.println(c);
public static ComponentLibraryView.ExampleSize 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 © 2005–2015 The Kuali Foundation. All rights reserved.