public abstract class AbstractGeneratorConfig
extends java.lang.Object
Constructor and Description |
---|
AbstractGeneratorConfig() |
Modifier and Type | Method and Description |
---|---|
int |
getAllocationSize() |
int |
getInitialValue() |
java.lang.String |
getName() |
void |
setAllocationSize(int allocationSize) |
void |
setInitialValue(int initialValue) |
void |
setName(java.lang.String name) |
public java.lang.String getName()
public void setName(java.lang.String name)
public int getInitialValue()
public void setInitialValue(int initialValue)
public int getAllocationSize()
public void setAllocationSize(int allocationSize)