Class ConstrainedAttribute.Entry<T>

java.lang.Object
com.blazebit.persistence.view.impl.metamodel.ConstrainedAttribute.Entry<T>
Enclosing class:
ConstrainedAttribute<T extends AbstractAttribute<?,?>>

public static class ConstrainedAttribute.Entry<T> extends Object
Since:
1.3.0
Author:
Christian Beikov
  • Constructor Details

    • Entry

      public Entry(String constraint, int[] subtypeIndexes, T attribute)
  • Method Details

    • getConstraint

      public String getConstraint()
    • getSubtypeIndex

      public int getSubtypeIndex()
    • getSubtypeIndexes

      public int[] getSubtypeIndexes()
    • getAttribute

      public T getAttribute()