Enum Class ClaimableBalanceFlags

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

public enum ClaimableBalanceFlags extends Enum<ClaimableBalanceFlags>
ClaimableBalanceFlags's original definition in the XDR file is:
 enum ClaimableBalanceFlags
 {
     // If set, the issuer account of the asset held by the claimable balance may
     // clawback the claimable balance
     CLAIMABLE_BALANCE_CLAWBACK_ENABLED_FLAG = 0x1
 };