public enum VirtualServerProperty extends Enum<VirtualServerProperty> implements Property
Modifier and Type | Method and Description |
---|---|
String |
getName() |
boolean |
isChangeable() |
static VirtualServerProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualServerProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VirtualServerProperty CONNECTION_BANDWIDTH_RECEIVED_LAST_MINUTE_TOTAL
public static final VirtualServerProperty CONNECTION_BANDWIDTH_RECEIVED_LAST_SECOND_TOTAL
public static final VirtualServerProperty CONNECTION_BANDWIDTH_SENT_LAST_MINUTE_TOTAL
public static final VirtualServerProperty CONNECTION_BANDWIDTH_SENT_LAST_SECOND_TOTAL
public static final VirtualServerProperty CONNECTION_BYTES_RECEIVED_CONTROL
public static final VirtualServerProperty CONNECTION_BYTES_RECEIVED_KEEPALIVE
public static final VirtualServerProperty CONNECTION_BYTES_RECEIVED_SPEECH
public static final VirtualServerProperty CONNECTION_BYTES_RECEIVED_TOTAL
public static final VirtualServerProperty CONNECTION_BYTES_SENT_CONTROL
public static final VirtualServerProperty CONNECTION_BYTES_SENT_KEEPALIVE
public static final VirtualServerProperty CONNECTION_BYTES_SENT_SPEECH
public static final VirtualServerProperty CONNECTION_BYTES_SENT_TOTAL
public static final VirtualServerProperty CONNECTION_FILETRANSFER_BANDWIDTH_RECEIVED
public static final VirtualServerProperty CONNECTION_FILETRANSFER_BANDWIDTH_SENT
public static final VirtualServerProperty CONNECTION_FILETRANSFER_BYTES_RECEIVED_TOTAL
public static final VirtualServerProperty CONNECTION_FILETRANSFER_BYTES_SENT_TOTAL
public static final VirtualServerProperty CONNECTION_PACKETS_RECEIVED_CONTROL
public static final VirtualServerProperty CONNECTION_PACKETS_RECEIVED_KEEPALIVE
public static final VirtualServerProperty CONNECTION_PACKETS_RECEIVED_SPEECH
public static final VirtualServerProperty CONNECTION_PACKETS_RECEIVED_TOTAL
public static final VirtualServerProperty CONNECTION_PACKETS_SENT_CONTROL
public static final VirtualServerProperty CONNECTION_PACKETS_SENT_KEEPALIVE
public static final VirtualServerProperty CONNECTION_PACKETS_SENT_SPEECH
public static final VirtualServerProperty CONNECTION_PACKETS_SENT_TOTAL
public static final VirtualServerProperty VIRTUALSERVER_ANTIFLOOD_POINTS_NEEDED_COMMAND_BLOCK
public static final VirtualServerProperty VIRTUALSERVER_ANTIFLOOD_POINTS_NEEDED_IP_BLOCK
public static final VirtualServerProperty VIRTUALSERVER_ANTIFLOOD_POINTS_TICK_REDUCE
public static final VirtualServerProperty VIRTUALSERVER_ASK_FOR_PRIVILEGEKEY
public static final VirtualServerProperty VIRTUALSERVER_AUTOSTART
public static final VirtualServerProperty VIRTUALSERVER_CHANNELSONLINE
public static final VirtualServerProperty VIRTUALSERVER_CLIENT_CONNECTIONS
public static final VirtualServerProperty VIRTUALSERVER_CLIENTSONLINE
public static final VirtualServerProperty VIRTUALSERVER_CODEC_ENCRYPTION_MODE
public static final VirtualServerProperty VIRTUALSERVER_COMPLAIN_AUTOBAN_COUNT
public static final VirtualServerProperty VIRTUALSERVER_COMPLAIN_AUTOBAN_TIME
public static final VirtualServerProperty VIRTUALSERVER_COMPLAIN_REMOVE_TIME
public static final VirtualServerProperty VIRTUALSERVER_CREATED
public static final VirtualServerProperty VIRTUALSERVER_DEFAULT_CHANNEL_ADMIN_GROUP
public static final VirtualServerProperty VIRTUALSERVER_DEFAULT_CHANNEL_GROUP
public static final VirtualServerProperty VIRTUALSERVER_DEFAULT_SERVER_GROUP
public static final VirtualServerProperty VIRTUALSERVER_DOWNLOAD_QUOTA
public static final VirtualServerProperty VIRTUALSERVER_FILEBASE
public static final VirtualServerProperty VIRTUALSERVER_FLAG_PASSWORD
public static final VirtualServerProperty VIRTUALSERVER_HOSTBANNER_GFX_INTERVAL
public static final VirtualServerProperty VIRTUALSERVER_HOSTBANNER_GFX_URL
public static final VirtualServerProperty VIRTUALSERVER_HOSTBANNER_MODE
public static final VirtualServerProperty VIRTUALSERVER_HOSTBANNER_URL
public static final VirtualServerProperty VIRTUALSERVER_HOSTBUTTON_GFX_URL
public static final VirtualServerProperty VIRTUALSERVER_HOSTBUTTON_TOOLTIP
public static final VirtualServerProperty VIRTUALSERVER_HOSTBUTTON_URL
public static final VirtualServerProperty VIRTUALSERVER_HOSTMESSAGE
public static final VirtualServerProperty VIRTUALSERVER_HOSTMESSAGE_MODE
public static final VirtualServerProperty VIRTUALSERVER_ICON_ID
public static final VirtualServerProperty VIRTUALSERVER_ID
public static final VirtualServerProperty VIRTUALSERVER_IP
public static final VirtualServerProperty VIRTUALSERVER_LOG_CHANNEL
public static final VirtualServerProperty VIRTUALSERVER_LOG_CLIENT
public static final VirtualServerProperty VIRTUALSERVER_LOG_FILETRANSFER
public static final VirtualServerProperty VIRTUALSERVER_LOG_PERMISSIONS
public static final VirtualServerProperty VIRTUALSERVER_LOG_QUERY
public static final VirtualServerProperty VIRTUALSERVER_LOG_SERVER
public static final VirtualServerProperty VIRTUALSERVER_MACHINE_ID
public static final VirtualServerProperty VIRTUALSERVER_MAX_DOWNLOAD_TOTAL_BANDWIDTH
public static final VirtualServerProperty VIRTUALSERVER_MAX_UPLOAD_TOTAL_BANDWIDTH
public static final VirtualServerProperty VIRTUALSERVER_MAXCLIENTS
public static final VirtualServerProperty VIRTUALSERVER_MIN_CLIENT_VERSION
public static final VirtualServerProperty VIRTUALSERVER_MIN_CLIENTS_IN_CHANNEL_BEFORE_FORCED_SILENCE
public static final VirtualServerProperty VIRTUALSERVER_MONTH_BYTES_DOWNLOADED
public static final VirtualServerProperty VIRTUALSERVER_MONTH_BYTES_UPLOADED
public static final VirtualServerProperty VIRTUALSERVER_NAME
public static final VirtualServerProperty VIRTUALSERVER_NAME_PHONETIC
public static final VirtualServerProperty VIRTUALSERVER_NEEDED_IDENTITY_SECURITY_LEVEL
public static final VirtualServerProperty VIRTUALSERVER_PASSWORD
public static final VirtualServerProperty VIRTUALSERVER_PLATFORM
public static final VirtualServerProperty VIRTUALSERVER_PORT
public static final VirtualServerProperty VIRTUALSERVER_PRIORITY_SPEAKER_DIMM_MODIFICATOR
public static final VirtualServerProperty VIRTUALSERVER_QUERY_CLIENT_CONNECTIONS
public static final VirtualServerProperty VIRTUALSERVER_QUERYCLIENTSONLINE
public static final VirtualServerProperty VIRTUALSERVER_RESERVED_SLOTS
public static final VirtualServerProperty VIRTUALSERVER_STATUS
public static final VirtualServerProperty VIRTUALSERVER_TOTAL_BYTES_DOWNLOADED
public static final VirtualServerProperty VIRTUALSERVER_TOTAL_BYTES_UPLOADED
public static final VirtualServerProperty VIRTUALSERVER_TOTAL_PACKETLOSS_CONTROL
public static final VirtualServerProperty VIRTUALSERVER_TOTAL_PACKETLOSS_KEEPALIVE
public static final VirtualServerProperty VIRTUALSERVER_TOTAL_PACKETLOSS_SPEECH
public static final VirtualServerProperty VIRTUALSERVER_TOTAL_PACKETLOSS_TOTAL
public static final VirtualServerProperty VIRTUALSERVER_TOTAL_PING
public static final VirtualServerProperty VIRTUALSERVER_UNIQUE_IDENTIFIER
public static final VirtualServerProperty VIRTUALSERVER_UPLOAD_QUOTA
public static final VirtualServerProperty VIRTUALSERVER_UPTIME
public static final VirtualServerProperty VIRTUALSERVER_VERSION
public static final VirtualServerProperty VIRTUALSERVER_WEBLIST_ENABLED
public static final VirtualServerProperty VIRTUALSERVER_WELCOMEMESSAGE
public static VirtualServerProperty[] values()
for (VirtualServerProperty c : VirtualServerProperty.values()) System.out.println(c);
public static VirtualServerProperty 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.