| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.datalogic.decode.VisualFormatter.Item.Property.Direction | |
VisualFormatter.Item.Property.Direction is an enumeration representing
the direction of the property.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| VisualFormatter.Item.Property.Direction | INPUT | Input. | |||||||||
| VisualFormatter.Item.Property.Direction | INPUT_OUTPUT | Input and Output. | |||||||||
| VisualFormatter.Item.Property.Direction | OUTPUT | Output. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding property direction value from a valid integer.
| |||||||||||
Converts the property direction to its integer corresponding value.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Input and Output.
Retrieves the corresponding property direction value from a valid integer.
| value | Integer to use as input in the conversion. |
|---|
Converts the property direction to its integer corresponding value.