Enum Class IPAddrType

java.lang.Object
java.lang.Enum<IPAddrType>
org.stellar.sdk.xdr.IPAddrType
All Implemented Interfaces:
Serializable, Comparable<IPAddrType>, Constable, XdrElement

public enum IPAddrType extends Enum<IPAddrType> implements XdrElement
IPAddrType's original definition in the XDR file is:
 enum IPAddrType
 {
     IPv4 = 0,
     IPv6 = 1
 };