Uses of Class
io.vertigo.studio.notebook.domain.masterdata.MasterDataValue
-
-
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 MasterDataValue Modifier and Type Method Description Map<String,MasterDataValue>
StaticMasterDataSketch. getValues()
Constructor parameters in io.vertigo.studio.notebook.domain.masterdata with type arguments of type MasterDataValue Constructor Description StaticMasterDataSketch(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 MasterDataValue Constructor Description MasterDataModel(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 MasterDataValue Constructor Description SqlMasterDataModel(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 MasterDataValue Constructor Description TSMasterDataModel(DtSketch dtSketch, Map<String,MasterDataValue> masterDataValuesByDtDefinition)
-