java.lang.Object
org.simpleflatmapper.reflect.meta.IndexedColumn

public class IndexedColumn extends Object
  • Field Details

    • partial

      public final boolean partial
  • Constructor Details

    • IndexedColumn

      public IndexedColumn(int indexValue, PropertyNameMatcher subPropertyNameMatcher, int score)
    • IndexedColumn

      public IndexedColumn(int indexValue, String indexProperty, PropertyNameMatcher subPropertyNameMatcher, int score, boolean partial)
  • Method Details

    • getIndexValue

      public int getIndexValue()
    • getSubPropertyNameMatcher

      public PropertyNameMatcher getSubPropertyNameMatcher()
    • getIndexProperty

      public String getIndexProperty()
    • alignTo

      public IndexedColumn alignTo(int firstElementOffset)
    • getScore

      public int getScore()