public enum SmsSpeedLimitTimeUnit extends Enum<SmsSpeedLimitTimeUnit>
| Modifier and Type | Class and Description |
|---|---|
static class |
SmsSpeedLimitTimeUnit.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static SmsSpeedLimitTimeUnit |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static SmsSpeedLimitTimeUnit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmsSpeedLimitTimeUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmsSpeedLimitTimeUnit MINUTE
public static final SmsSpeedLimitTimeUnit HOUR
public static final SmsSpeedLimitTimeUnit DAY
public static SmsSpeedLimitTimeUnit[] values()
for (SmsSpeedLimitTimeUnit c : SmsSpeedLimitTimeUnit.values()) System.out.println(c);
public static SmsSpeedLimitTimeUnit 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 String getValue()
public String toString()
toString in class Enum<SmsSpeedLimitTimeUnit>public static SmsSpeedLimitTimeUnit fromValue(String value)
Copyright © 2022. All rights reserved.