Class Unions


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

    • getOperands

      public Constraints[] getOperands()
      Return the array of constraints which are together form the union constraint.
      Returns:
      union operands