Class RecurrenceRangeConstraint

java.lang.Object
com.oss.metadata.Constraints
com.oss.metadata.RecurrenceRangeConstraint

public class RecurrenceRangeConstraint extends Constraints
The RecurrenceRangeConstraint class represents the ASN.1 Recurrence range constraint. Recurrence range constraint is the "1..4" in the example below:
    B ::= TIME (1..4)
    
Since:
ASN.1/Java 4.0 Beta A
  • Method Details

    • getBounds

      public AbstractBounds getBounds()
      Return the bounds which contain the lower and upper bound values
      Returns:
      bounds