Enum STExternalConnectionType

java.lang.Object
java.lang.Enum<STExternalConnectionType>
org.xlsx4j.sml.STExternalConnectionType
All Implemented Interfaces:
Serializable, Comparable<STExternalConnectionType>, java.lang.constant.Constable

public enum STExternalConnectionType extends Enum<STExternalConnectionType>

Java class for ST_ExternalConnectionType.

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

 <simpleType name="ST_ExternalConnectionType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="general"/>
     <enumeration value="text"/>
     <enumeration value="MDY"/>
     <enumeration value="DMY"/>
     <enumeration value="YMD"/>
     <enumeration value="MYD"/>
     <enumeration value="DYM"/>
     <enumeration value="YDM"/>
     <enumeration value="skip"/>
     <enumeration value="EMD"/>
   </restriction>
 </simpleType>