public enum AtopTable extends Enum<AtopTable>
| Modifier and Type | Class and Description |
|---|---|
static class |
AtopTable.AtopColumn |
static interface |
AtopTable.AtopColumnParser |
| Modifier and Type | Method and Description |
|---|---|
String |
getAtopLabel() |
AtopTable.AtopColumn |
getColumn(String name) |
List<AtopTable.AtopColumn> |
getColumns() |
String |
getName() |
static AtopTable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtopTable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtopTable DISKS
public static final AtopTable REBOOTS
public static AtopTable[] values()
for (AtopTable c : AtopTable.values()) System.out.println(c);
public static AtopTable 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 getName()
public String getAtopLabel()
public AtopTable.AtopColumn getColumn(String name)
public List<AtopTable.AtopColumn> getColumns()
Copyright © 2012–2018. All rights reserved.