Package io.sendon.point.response
Enum GetCosts.MessageType
- java.lang.Object
-
- java.lang.Enum<GetCosts.MessageType>
-
- io.sendon.point.response.GetCosts.MessageType
-
- All Implemented Interfaces:
Serializable,Comparable<GetCosts.MessageType>
- Enclosing class:
- GetCosts
public static enum GetCosts.MessageType extends Enum<GetCosts.MessageType>
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GetCosts.MessageTypevalueOf(String name)Returns the enum constant of this type with the specified name.static GetCosts.MessageType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SMS
public static final GetCosts.MessageType SMS
-
LMS
public static final GetCosts.MessageType LMS
-
MMS
public static final GetCosts.MessageType MMS
-
AT
public static final GetCosts.MessageType AT
-
AI
public static final GetCosts.MessageType AI
-
AE
public static final GetCosts.MessageType AE
-
AL
public static final GetCosts.MessageType AL
-
FT
public static final GetCosts.MessageType FT
-
FI
public static final GetCosts.MessageType FI
-
FW
public static final GetCosts.MessageType FW
-
FWL
public static final GetCosts.MessageType FWL
-
FCF
public static final GetCosts.MessageType FCF
-
FPV
public static final GetCosts.MessageType FPV
-
FCM
public static final GetCosts.MessageType FCM
-
FCC
public static final GetCosts.MessageType FCC
-
RcsSMS
public static final GetCosts.MessageType RcsSMS
-
RcsLMS
public static final GetCosts.MessageType RcsLMS
-
RcsMMS
public static final GetCosts.MessageType RcsMMS
-
RcsTSM
public static final GetCosts.MessageType RcsTSM
-
RcsTMM
public static final GetCosts.MessageType RcsTMM
-
-
Field Detail
-
value
public final String value
-
-
Method Detail
-
values
public static GetCosts.MessageType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (GetCosts.MessageType c : GetCosts.MessageType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GetCosts.MessageType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-