Class SimpleACIArea.Chop

java.lang.Object
com.isode.dsapi.aci.SimpleACIArea.Chop
All Implemented Interfaces:
Comparable<SimpleACIArea.Chop>
Enclosing class:
SimpleACIArea

public static class SimpleACIArea.Chop extends Object implements Comparable<SimpleACIArea.Chop>
Chop-point within a Region. This is an immutable object.
  • Field Details

    • dn

      public final DN dn
      Chop DN.
    • after

      public final boolean after
      Chop before ('false'), or chop after ('true')
  • Constructor Details

    • Chop

      public Chop(DN dn, boolean after)
      Construct a chop point.
  • Method Details