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