Class TimePointRangeConstraint

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

public class TimePointRangeConstraint extends Constraints
The TimePointRangeConstraint class represents the ASN.1 Time point range constraint. Time point range constraint is the "00:00" .. "09:00" in the example below:
    B ::= TIME ("00:00" .. "09:00")
    
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