Class ValueRangeConstraint

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

public class ValueRangeConstraint extends Constraints
The ValueRangeConstraint class represents the ASN.1 value range constraint. A value range constraint is the "10..MAX" in the example below:
    B ::= INTEGER (10..MAX)
    
Since:
ASN.1/Java 2.1
  • Method Details

    • getBounds

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