public static enum JDBCFlexibleOfflineMessageRetrievalRepository.MSG_TYPES extends Enum<JDBCFlexibleOfflineMessageRetrievalRepository.MSG_TYPES>
| Enum Constant and Description |
|---|
call |
jingle |
login |
logout |
message |
none |
presence |
| Modifier and Type | Method and Description |
|---|---|
static JDBCFlexibleOfflineMessageRetrievalRepository.MSG_TYPES |
getFromString(String type) |
String |
getValue() |
static JDBCFlexibleOfflineMessageRetrievalRepository.MSG_TYPES |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JDBCFlexibleOfflineMessageRetrievalRepository.MSG_TYPES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JDBCFlexibleOfflineMessageRetrievalRepository.MSG_TYPES none
public static final JDBCFlexibleOfflineMessageRetrievalRepository.MSG_TYPES message
public static final JDBCFlexibleOfflineMessageRetrievalRepository.MSG_TYPES presence
public static final JDBCFlexibleOfflineMessageRetrievalRepository.MSG_TYPES jingle
public static final JDBCFlexibleOfflineMessageRetrievalRepository.MSG_TYPES call
public static final JDBCFlexibleOfflineMessageRetrievalRepository.MSG_TYPES login
public static final JDBCFlexibleOfflineMessageRetrievalRepository.MSG_TYPES logout
public static JDBCFlexibleOfflineMessageRetrievalRepository.MSG_TYPES[] values()
for (JDBCFlexibleOfflineMessageRetrievalRepository.MSG_TYPES c : JDBCFlexibleOfflineMessageRetrievalRepository.MSG_TYPES.values()) System.out.println(c);
public static JDBCFlexibleOfflineMessageRetrievalRepository.MSG_TYPES 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 static JDBCFlexibleOfflineMessageRetrievalRepository.MSG_TYPES getFromString(String type)
Copyright © 2018. All rights reserved.