Class Except


public class Except extends Constraints
The Except class extends the Constraints class and implements an EXCEPT expression which is the difference between two constraints. The following is an example:
    E ::= IA5String (SIZE(8..10) ^ FROM("A" | "B") EXCEPT "BAAABAAA")
    
Since:
ASN.1/Java 2.1
  • Method Details

    • getOperand1

      public Constraints getOperand1()
      Return the first of two constraint operands.
      Returns:
      first operand
    • getOperand2

      public Constraints getOperand2()
      Return the second of two constraint operands.
      Returns:
      second operand