public enum JMSHeaderPropertyType extends Enum<JMSHeaderPropertyType>
| Enum Constant and Description |
|---|
BOOLEAN |
BYTE |
DOUBLE |
FLOAT |
INTEGER |
LONG |
OBJECT |
SHORT |
STRING |
| Modifier and Type | Method and Description |
|---|---|
static JMSHeaderPropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JMSHeaderPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JMSHeaderPropertyType OBJECT
public static final JMSHeaderPropertyType SHORT
public static final JMSHeaderPropertyType STRING
public static final JMSHeaderPropertyType INTEGER
public static final JMSHeaderPropertyType LONG
public static final JMSHeaderPropertyType BOOLEAN
public static final JMSHeaderPropertyType BYTE
public static final JMSHeaderPropertyType DOUBLE
public static final JMSHeaderPropertyType FLOAT
public static JMSHeaderPropertyType[] values()
for (JMSHeaderPropertyType c : JMSHeaderPropertyType.values()) System.out.println(c);
public static JMSHeaderPropertyType 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 © 2019 WSO2. All rights reserved.