| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.conf.CompositeKeyDepthOption
public class CompositeKeyDepthOption
A class for the composite key depth configuration.
| Field Summary | |
|---|---|
| static String | PROPERTY_NAMEThe property name for the default DIALECT | 
| Method Summary | |
|---|---|
|  boolean | equals(Object obj) | 
| static CompositeKeyDepthOption | get(int depth)This is a factory method for this CompositeKeyDepth configuration. | 
|  int | getDepth()Returns the depth value for composite key indexing | 
|  String | getPropertyName()Returns the property name for this option | 
|  int | hashCode() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final String PROPERTY_NAME
| Method Detail | 
|---|
public static CompositeKeyDepthOption get(int depth)
depth - the composite key depth value
public String getPropertyName()
getPropertyName in interface Optionpublic int getDepth()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||