Enum Class SCAddressType

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

public enum SCAddressType extends Enum<SCAddressType>
SCAddressType's original definition in the XDR file is:
 enum SCAddressType
 {
     SC_ADDRESS_TYPE_ACCOUNT = 0,
     SC_ADDRESS_TYPE_CONTRACT = 1
 };