Package com.iizix.api.vs
Enum Class JavaActorParam.Type
- All Implemented Interfaces:
Serializable,Comparable<JavaActorParam.Type>,Constable
- Enclosing class:
JavaActorParam
Type of parameter.
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBoolean property usingBoolProp.Integer property usingIntProp.String property usingStringProp.ValuepropertyValueProp:Value.Type.OffsetDateTime, using the value as Java typejava.sql.Timestamp.ValuepropertyValueProp:Value.Type.ZonedDateTime, using the value as Java typejava.sql.Timestamp.Field Summary
FieldsModifier and TypeFieldDescriptionThe property class.final Value.TypeType of value, null ifpropertyClassis notValueProp.Method Summary
Modifier and TypeMethodDescriptionstatic JavaActorParam.TypeReturns the enum constant of this class with the specified name.static JavaActorParam.Type[]values()Returns an array containing the constants of this enum class, in the order they are declared.
Enum Constant Details
Boolean
Boolean property usingBoolProp.String
String property usingStringProp.Integer
Integer property usingIntProp.Value_BigDecimal
Value_BigInteger
Value_Binary
Value_Boolean
Value_Byte
Value_Double
Value_Duration
Value_Float
Value_Integer
Value_KString
Value_LocalDateTime
Value_LocalDate
Value_LocalTime
Value_Long
Value_MonthDay
Value_OffsetDateTime
ValuepropertyValueProp:Value.Type.OffsetDateTime, using the value as Java typejava.sql.Timestamp.Value_OffsetTime
Value_Period
Value_Short
Value_String
Value_XMLDuration
Value_YearMonth
Value_Year
Value_ZonedDateTime
ValuepropertyValueProp:Value.Type.ZonedDateTime, using the value as Java typejava.sql.Timestamp.
Field Details
propertyClass
The property class.valueType
Type of value, null ifpropertyClassis notValueProp.
Method Details
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null