public class IndexAttributeImpl extends Object implements IndexAttribute
| Constructor and Description |
|---|
IndexAttributeImpl(Index index,
SourceInfo sourceInfo)
Creates an index attribute.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
getAttribute()
Gets the attribute.
|
boolean |
isDescending()
Returns whether the attribute is descending.
|
void |
setAttribute(Attribute attribute) |
void |
setDescending(boolean descending) |
public IndexAttributeImpl(Index index, SourceInfo sourceInfo)
index - the indexsourceInfo - the sourcepublic Attribute getAttribute()
IndexAttributegetAttribute in interface IndexAttributepublic boolean isDescending()
IndexAttributeisDescending in interface IndexAttributepublic void setAttribute(Attribute attribute)
public void setDescending(boolean descending)
Copyright © 2016 Krake Softwaretechnik. All rights reserved.