Class Union


public class Union extends Constraints
The Union class extends Constraints class and represents an expression which is the union of two constraints.
Since:
ASN.1/Java 2.1
  • Method Details

    • getOperand1

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

      public Constraints getOperand2()
      Return the second constraint which forms the union of the two constraints.
      Returns:
      second operand