Uses of Class
biz.c24.io.api.data.IDGeneratorParameter

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.
 



C24 Technologies © 2002-2012: All Rights Reserved.