public enum Columns extends Enum<Columns>
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnsStyle() |
int |
getCount() |
static Columns |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Columns[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Columns _12
public static final Columns _16
public static final Columns _18
public static final Columns _24
public static final Columns _32
public static Columns[] values()
for (Columns c : Columns.values()) System.out.println(c);
public static Columns 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 getColumnsStyle()
public int getCount()
Copyright © 2019–2022 Dominokit. All rights reserved.