Enum Class BucketListType

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

public enum BucketListType extends Enum<BucketListType>
BucketListType's original definition in the XDR file is:
 enum BucketListType
 {
     LIVE = 0,
     HOT_ARCHIVE = 1,
     COLD_ARCHIVE = 2
 };