Package org.teamapps.dto
Enum UiTagComboBox.WrappingMode
java.lang.Object
java.lang.Enum<UiTagComboBox.WrappingMode>
org.teamapps.dto.UiTagComboBox.WrappingMode
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<UiTagComboBox.WrappingMode>,java.lang.constant.Constable
- Enclosing class:
- UiTagComboBox
public static enum UiTagComboBox.WrappingMode extends java.lang.Enum<UiTagComboBox.WrappingMode>
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description MULTI_LINESINGLE_LINESINGLE_TAG_PER_LINE -
Method Summary
Modifier and Type Method Description intjsonValue()static UiTagComboBox.WrappingModevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiTagComboBox.WrappingMode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
jsonValue
public int jsonValue()
-