Enum Class InflationResultCode

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

public enum InflationResultCode extends Enum<InflationResultCode>
InflationResultCode's original definition in the XDR file is:
 enum InflationResultCode
 {
     // codes considered as "success" for the operation
     INFLATION_SUCCESS = 0,
     // codes considered as "failure" for the operation
     INFLATION_NOT_TIME = -1
 };