Package org.bonitasoft.web.client.model
Enum MessageMessageContentValue.TypeEnum
java.lang.Object
java.lang.Enum<MessageMessageContentValue.TypeEnum>
org.bonitasoft.web.client.model.MessageMessageContentValue.TypeEnum
- All Implemented Interfaces:
Serializable,Comparable<MessageMessageContentValue.TypeEnum>
- Enclosing class:
- MessageMessageContentValue
public static enum MessageMessageContentValue.TypeEnum
extends Enum<MessageMessageContentValue.TypeEnum>
Date types must be in the ISO-8601 format. When not set, the type is guessed using the value. Be careful as it can lead to type inconsistency in the target
process (eg: a java.lang.Long is expected and the guessed type is a java.lang.Integer)
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptiongetValue()toString()Returns the enum constant of this type with the specified name.static MessageMessageContentValue.TypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
JAVA_LANG_STRING
-
JAVA_LANG_BOOLEAN
-
JAVA_LANG_INTEGER
-
JAVA_LANG_DOUBLE
-
JAVA_LANG_FLOAT
-
JAVA_LANG_LONG
-
JAVA_UTIL_DATE
-
JAVA_TIME_LOCAL_DATE
-
JAVA_TIME_LOCAL_DATE_TIME
-
JAVA_TIME_OFFSET_DATE_TIME
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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
-
getValue
-
toString
- Overrides:
toStringin classEnum<MessageMessageContentValue.TypeEnum>
-
fromValue
-