public enum SpotLag extends Enum<SpotLag>
| Modifier and Type | Method and Description | 
|---|---|
| static SpotLag | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SpotLag[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final SpotLag T_0
public static final SpotLag T_1
public static final SpotLag T_2
public static SpotLag[] values()
for (SpotLag c : SpotLag.values()) System.out.println(c);
public static SpotLag 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 nullCopyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.