blob: 53c614c3c060da1ffcffe4194595964d1f4ff776 [file] [log] [blame]
/**
* This class file was automatically generated by jASN1 v1.8.2 (http://www.openmuc.org)
*/
package org.onosproject.xran.asn1lib.api;
import org.onosproject.xran.asn1lib.ber.types.BerInteger;
import java.math.BigInteger;
public class Hysteresis extends BerInteger {
private static final long serialVersionUID = 1L;
public Hysteresis() {
}
public Hysteresis(byte[] code) {
super(code);
}
public Hysteresis(BigInteger value) {
super(value);
}
public Hysteresis(long value) {
super(value);
}
}