java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.decode.VisualFormatter.Item.Property.Type |
VisualFormatter.Item.Property.Type
is an enumeration representing
the type of property.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
VisualFormatter.Item.Property.Type | BOOLEAN | Boolean. | |||||||||
VisualFormatter.Item.Property.Type | NUMBER | Number, corresponding to the Double type for the property value. | |||||||||
VisualFormatter.Item.Property.Type | STRING | String. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding property type value from a valid integer.
| |||||||||||
Converts the property type to its integer corresponding value.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Number, corresponding to the Double type for the property value.
Retrieves the corresponding property type value from a valid integer.
value | Integer to use as input in the conversion. |
---|
Converts the property type to its integer corresponding value.