|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModelDefinitionLoaderType | |
---|---|
ijgen.generator.engine | |
ijgen.generator.engine.parser |
Uses of ModelDefinitionLoaderType in ijgen.generator.engine |
---|
Methods in ijgen.generator.engine that return ModelDefinitionLoaderType | |
---|---|
ModelDefinitionLoaderType |
Generator.getMode()
Gets the type of model definitions. |
Methods in ijgen.generator.engine with parameters of type ModelDefinitionLoaderType | |
---|---|
void |
Generator.setMode(ModelDefinitionLoaderType mode)
Sets the type of model definitions. |
Uses of ModelDefinitionLoaderType in ijgen.generator.engine.parser |
---|
Methods in ijgen.generator.engine.parser that return ModelDefinitionLoaderType | |
---|---|
static ModelDefinitionLoaderType |
ModelDefinitionLoaderType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ModelDefinitionLoaderType[] |
ModelDefinitionLoaderType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in ijgen.generator.engine.parser with parameters of type ModelDefinitionLoaderType | |
---|---|
static ModelDefinitionsLoader |
ModelDefinitionsLoaderFactory.getModelDefinitionsLoader(ModelDefinitionLoaderType type,
java.lang.String modelDefinitionsDirectory)
Gets a cached instance for the ModelDefinitionsLoader. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |