public class IndexedColumn extends Object
| Constructor | Description |
|---|---|
IndexedColumn(int indexValue,
String indexProperty,
PropertyNameMatcher subPropertyNameMatcher) |
|
IndexedColumn(int indexValue,
PropertyNameMatcher subPropertyNameMatcher) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getIndexProperty() |
|
int |
getIndexValue() |
|
PropertyNameMatcher |
getSubPropertyNameMatcher() |
public IndexedColumn(int indexValue,
PropertyNameMatcher subPropertyNameMatcher)
public IndexedColumn(int indexValue,
String indexProperty,
PropertyNameMatcher subPropertyNameMatcher)
public int getIndexValue()
public PropertyNameMatcher getSubPropertyNameMatcher()
public String getIndexProperty()
Copyright © 2019. All rights reserved.