Enum Class LedgerEntryType

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

public enum LedgerEntryType extends Enum<LedgerEntryType>
LedgerEntryType's original definition in the XDR file is:
 enum LedgerEntryType
 {
     ACCOUNT = 0,
     TRUSTLINE = 1,
     OFFER = 2,
     DATA = 3,
     CLAIMABLE_BALANCE = 4,
     LIQUIDITY_POOL = 5,
     CONTRACT_DATA = 6,
     CONTRACT_CODE = 7,
     CONFIG_SETTING = 8,
     TTL = 9
 };