public interface IndexRule extends XMLizable, Serializable
IndexBuildItem
in order to assign indexing behavior to an annotation type. An Index Rule
consists of zero or more Style
s.
This object implements the XMLizable
interface and can be parsed from an XML
representation.
Modifier and Type | Method and Description |
---|---|
Style[] |
getStyles()
Gets the styles that comprise this index rule.
|
void |
setStyles(Style[] aStyles)
Sets the styles that comprise this index rule.
|
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.