Enum Class IPAddrType

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

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

  • Method Details