public enum ServerInstanceProperty extends Enum<ServerInstanceProperty> implements Property
Modifier and Type | Method and Description |
---|---|
String |
getName() |
boolean |
isChangeable() |
static ServerInstanceProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerInstanceProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerInstanceProperty CONNECTION_BANDWIDTH_RECEIVED_LAST_MINUTE_TOTAL
public static final ServerInstanceProperty CONNECTION_BANDWIDTH_RECEIVED_LAST_SECOND_TOTAL
public static final ServerInstanceProperty CONNECTION_BANDWIDTH_SENT_LAST_MINUTE_TOTAL
public static final ServerInstanceProperty CONNECTION_BANDWIDTH_SENT_LAST_SECOND_TOTAL
public static final ServerInstanceProperty CONNECTION_BYTES_RECEIVED_TOTAL
public static final ServerInstanceProperty CONNECTION_BYTES_SENT_TOTAL
public static final ServerInstanceProperty CONNECTION_FILETRANSFER_BANDWIDTH_RECEIVED
public static final ServerInstanceProperty CONNECTION_FILETRANSFER_BANDWIDTH_SENT
public static final ServerInstanceProperty CONNECTION_FILETRANSFER_BYTES_RECEIVED_TOTAL
public static final ServerInstanceProperty CONNECTION_FILETRANSFER_BYTES_SENT_TOTAL
public static final ServerInstanceProperty CONNECTION_PACKETS_RECEIVED_TOTAL
public static final ServerInstanceProperty CONNECTION_PACKETS_SENT_TOTAL
public static final ServerInstanceProperty HOST_TIMESTAMP_UTC
public static final ServerInstanceProperty INSTANCE_UPTIME
public static final ServerInstanceProperty SERVERINSTANCE_DATABASE_VERSION
public static final ServerInstanceProperty SERVERINSTANCE_FILETRANSFER_PORT
public static final ServerInstanceProperty SERVERINSTANCE_GUEST_SERVERQUERY_GROUP
public static final ServerInstanceProperty SERVERINSTANCE_MAX_DOWNLOAD_TOTAL_BANDWIDTH
public static final ServerInstanceProperty SERVERINSTANCE_MAX_UPLOAD_TOTAL_BANDWIDTH
public static final ServerInstanceProperty SERVERINSTANCE_PERMISSIONS_VERSION
public static final ServerInstanceProperty SERVERINSTANCE_SERVERQUERY_BAN_TIME
public static final ServerInstanceProperty SERVERINSTANCE_SERVERQUERY_FLOOD_COMMANDS
public static final ServerInstanceProperty SERVERINSTANCE_SERVERQUERY_FLOOD_TIME
public static final ServerInstanceProperty SERVERINSTANCE_TEMPLATE_CHANNELADMIN_GROUP
public static final ServerInstanceProperty SERVERINSTANCE_TEMPLATE_CHANNELDEFAULT_GROUP
public static final ServerInstanceProperty SERVERINSTANCE_TEMPLATE_SERVERADMIN_GROUP
public static final ServerInstanceProperty SERVERINSTANCE_TEMPLATE_SERVERDEFAULT_GROUP
public static final ServerInstanceProperty VIRTUALSERVERS_RUNNING_TOTAL
public static final ServerInstanceProperty VIRTUALSERVERS_TOTAL_CHANNELS_ONLINE
public static final ServerInstanceProperty VIRTUALSERVERS_TOTAL_CLIENTS_ONLINE
public static final ServerInstanceProperty VIRTUALSERVERS_TOTAL_MAXCLIENTS
public static ServerInstanceProperty[] values()
for (ServerInstanceProperty c : ServerInstanceProperty.values()) System.out.println(c);
public static ServerInstanceProperty 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 boolean isChangeable()
Copyright © 2015. All rights reserved.