Enum Class ClaimantType

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

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