Class DurationRangeConstraint

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

public class DurationRangeConstraint extends Constraints
The DurationRangeConstraint class represents the ASN.1 Duration range constraint. Duration range constraint is the "P2M0.000S" .. "P2M59.000S" in the example below:
    B ::= TIME ("P2M0.000S" .. "P2M59.000S")
    
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