public interface org.joda.time.ReadWritableInterval extends org.joda.time.ReadableInterval
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.joda.time.ReadWritableInterval
  super_class: java.lang.Object
{
  public abstract void setInterval(long, long);
    descriptor: (JJ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      startInstant  
      endInstant    

  public abstract void setInterval(org.joda.time.ReadableInterval);
    descriptor: (Lorg/joda/time/ReadableInterval;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      interval  

  public abstract void setInterval(org.joda.time.ReadableInstant, org.joda.time.ReadableInstant);
    descriptor: (Lorg/joda/time/ReadableInstant;Lorg/joda/time/ReadableInstant;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      startInstant  
      endInstant    

  public abstract void setChronology(org.joda.time.Chronology);
    descriptor: (Lorg/joda/time/Chronology;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      chrono  

  public abstract void setStartMillis(long);
    descriptor: (J)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
               Name  Flags
      millisInstant  

  public abstract void setStart(org.joda.time.ReadableInstant);
    descriptor: (Lorg/joda/time/ReadableInstant;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      instant  

  public abstract void setEndMillis(long);
    descriptor: (J)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
               Name  Flags
      millisInstant  

  public abstract void setEnd(org.joda.time.ReadableInstant);
    descriptor: (Lorg/joda/time/ReadableInstant;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      instant  

  public abstract void setDurationAfterStart(org.joda.time.ReadableDuration);
    descriptor: (Lorg/joda/time/ReadableDuration;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      duration  

  public abstract void setDurationBeforeEnd(org.joda.time.ReadableDuration);
    descriptor: (Lorg/joda/time/ReadableDuration;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      duration  

  public abstract void setPeriodAfterStart(org.joda.time.ReadablePeriod);
    descriptor: (Lorg/joda/time/ReadablePeriod;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      period  

  public abstract void setPeriodBeforeEnd(org.joda.time.ReadablePeriod);
    descriptor: (Lorg/joda/time/ReadablePeriod;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      period  
}
SourceFile: "ReadWritableInterval.java"