Enum XMLDefaultedgetypeType

  • All Implemented Interfaces:
    Serializable, Comparable<XMLDefaultedgetypeType>

    public enum XMLDefaultedgetypeType
    extends Enum<XMLDefaultedgetypeType>

    Java class for defaultedgetype-type.

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

     <simpleType name="defaultedgetype-type">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="directed"/>
         <enumeration value="undirected"/>
         <enumeration value="mutual"/>
       </restriction>
     </simpleType>