Enum Class ClaimableBalanceIDType

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

public enum ClaimableBalanceIDType extends Enum<ClaimableBalanceIDType>
ClaimableBalanceIDType's original definition in the XDR file is:
 enum ClaimableBalanceIDType
 {
     CLAIMABLE_BALANCE_ID_TYPE_V0 = 0
 };