Enum Class ThresholdIndexes

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

public enum ThresholdIndexes extends Enum<ThresholdIndexes>
ThresholdIndexes's original definition in the XDR file is:
 enum ThresholdIndexes
 {
     THRESHOLD_MASTER_WEIGHT = 0,
     THRESHOLD_LOW = 1,
     THRESHOLD_MED = 2,
     THRESHOLD_HIGH = 3
 };