Uses of Class
io.vertigo.studio.notebook.domain.masterdata.MasterDataValue
Packages that use MasterDataValue
Package
Description
-
Uses of MasterDataValue in io.vertigo.studio.notebook.domain.masterdata
Methods in io.vertigo.studio.notebook.domain.masterdata that return types with arguments of type MasterDataValueConstructor parameters in io.vertigo.studio.notebook.domain.masterdata with type arguments of type MasterDataValueModifierConstructorDescriptionStaticMasterDataSketch(String entityClassName, Map<String, MasterDataValue> values) -
Uses of MasterDataValue in io.vertigo.studio.plugins.generator.vertigo.domain.java.model.masterdata
Constructor parameters in io.vertigo.studio.plugins.generator.vertigo.domain.java.model.masterdata with type arguments of type MasterDataValueModifierConstructorDescriptionMasterDataModel(DtSketch dtSketch, Map<String, MasterDataValue> masterDataValuesByDtDefinition) -
Uses of MasterDataValue in io.vertigo.studio.plugins.generator.vertigo.domain.sql.model
Constructor parameters in io.vertigo.studio.plugins.generator.vertigo.domain.sql.model with type arguments of type MasterDataValueModifierConstructorDescriptionSqlMasterDataModel(DtSketch dtSketch, Map<String, MasterDataValue> masterDataValuesByDtSketch) -
Uses of MasterDataValue in io.vertigo.studio.plugins.generator.vertigo.domain.ts.model
Constructor parameters in io.vertigo.studio.plugins.generator.vertigo.domain.ts.model with type arguments of type MasterDataValueModifierConstructorDescriptionTSMasterDataModel(DtSketch dtSketch, Map<String, MasterDataValue> masterDataValuesByDtDefinition)