Direction
enum Direction
Java class for direction
.The following schema fragment specifies the expected content contained within this class.
<simpleType name="direction">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="same"/>
<enumeration value="opposite"/>
</restriction>
</simpleType>
Content copied to clipboard