public abstract class AbstractOptimizer extends java.lang.Object implements Optimizer
Modifier and Type | Field and Description |
---|---|
protected int |
incrementSize |
protected java.lang.Class |
returnClass |
Modifier and Type | Method and Description |
---|---|
int |
getIncrementSize()
Retrieves the defined increment size.
|
java.lang.Class |
getReturnClass()
Getter for property 'returnClass'.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applyIncrementSizeToSourceValues, generate, getLastSourceValue
protected final java.lang.Class returnClass
protected final int incrementSize
public final java.lang.Class getReturnClass()
Long
).public final int getIncrementSize()
Optimizer
getIncrementSize
in interface Optimizer
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.