|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDGeneratorParameter | |
---|---|
biz.c24.io.api.data | Data Model super and utility classes. |
Uses of IDGeneratorParameter in biz.c24.io.api.data |
---|
Methods in biz.c24.io.api.data that return IDGeneratorParameter | |
---|---|
IDGeneratorParameter[] |
ComplexDataType.getIdGeneratorParameters()
Returns all the Id Generator parameters as an array of IDGeneratorParameter . |
Methods in biz.c24.io.api.data with parameters of type IDGeneratorParameter | |
---|---|
void |
ComplexDataType.addIdGeneratorParameter(IDGeneratorParameter parameter)
Adds and IDGeneratorParameter to the list. |
int |
ComplexDataType.getIdGeneratorParameterIndex(IDGeneratorParameter parameter)
Returns the location of the specified IDGeneratorParameter , of where it will appear when applied to the
Id Generator. |
void |
ComplexDataType.removeIdGeneratorParameter(IDGeneratorParameter parameter)
Removes the specified parameter. |
void |
ComplexDataType.setIdGeneratorParameterAt(IDGeneratorParameter parameter,
int index)
Sets the parameter at a specified index. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |