public static enum PropertyConstants.MessageType extends Enum<PropertyConstants.MessageType> implements DefaultValues
Modifier and Type | Method and Description |
---|---|
String[] |
strValues() |
static PropertyConstants.MessageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyConstants.MessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyConstants.MessageType CHAT
public static final PropertyConstants.MessageType HEADLINE
public static final PropertyConstants.MessageType NORMAL
public static PropertyConstants.MessageType[] values()
for (PropertyConstants.MessageType c : PropertyConstants.MessageType.values()) System.out.println(c);
public static PropertyConstants.MessageType 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[] strValues()
strValues
in interface DefaultValues
Copyright © 2018 "Tigase, Inc.". All rights reserved.