public static enum SpinnerDoubleProperties.StepModeEntry extends java.lang.Enum<SpinnerDoubleProperties.StepModeEntry>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
text |
protected java.lang.String |
type |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText() |
java.lang.String |
getType() |
java.lang.String |
toString()
This test is shown in the control
|
static SpinnerDoubleProperties.StepModeEntry |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SpinnerDoubleProperties.StepModeEntry[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpinnerDoubleProperties.StepModeEntry add
public static final SpinnerDoubleProperties.StepModeEntry mult
public static SpinnerDoubleProperties.StepModeEntry[] values()
for (SpinnerDoubleProperties.StepModeEntry c : SpinnerDoubleProperties.StepModeEntry.values()) System.out.println(c);
public static SpinnerDoubleProperties.StepModeEntry 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 nullpublic java.lang.String getText()
public java.lang.String getType()
public java.lang.String toString()
toString
in class java.lang.Enum<SpinnerDoubleProperties.StepModeEntry>
Copyright 2019 LCM. All rights reserved.