Class Intersection

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

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

    • getOperand1

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

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