protected static enum Speedtest.PropertyKeys extends java.lang.Enum<Speedtest.PropertyKeys>
| Enum Constant and Description |
|---|
captionDownload |
captionJitter |
captionPing |
captionUpload |
colorDownload |
colorJitter |
colorPing |
colorUpload |
file |
style |
styleClass |
widgetVar |
| Modifier and Type | Method and Description |
|---|---|
static Speedtest.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Speedtest.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Speedtest.PropertyKeys widgetVar
public static final Speedtest.PropertyKeys captionPing
public static final Speedtest.PropertyKeys captionJitter
public static final Speedtest.PropertyKeys captionDownload
public static final Speedtest.PropertyKeys captionUpload
public static final Speedtest.PropertyKeys colorPing
public static final Speedtest.PropertyKeys colorJitter
public static final Speedtest.PropertyKeys colorDownload
public static final Speedtest.PropertyKeys colorUpload
public static final Speedtest.PropertyKeys file
public static final Speedtest.PropertyKeys style
public static final Speedtest.PropertyKeys styleClass
public static Speedtest.PropertyKeys[] values()
for (Speedtest.PropertyKeys c : Speedtest.PropertyKeys.values()) System.out.println(c);
public static Speedtest.PropertyKeys valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2011–2021. All rights reserved.