Enum NavigationTypeEnumeration

  • All Implemented Interfaces:
    Serializable, Comparable<NavigationTypeEnumeration>

    public enum NavigationTypeEnumeration
    extends Enum<NavigationTypeEnumeration>

    Java class for NavigationTypeEnumeration.

    The following schema fragment specifies the expected content contained within this class.

     <simpleType name="NavigationTypeEnumeration">
       <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
         <enumeration value="hallToQuay"/>
         <enumeration value="hallToStreet"/>
         <enumeration value="quayToHall"/>
         <enumeration value="quayToQuay"/>
         <enumeration value="quayToStreet"/>
         <enumeration value="streetToHall"/>
         <enumeration value="streetToQuay"/>
         <enumeration value="other"/>
       </restriction>
     </simpleType>