Class DynamicDefinition
- java.lang.Object
-
- io.vertigo.datamodel.impl.smarttype.dynamic.DynamicDefinition
-
public final class DynamicDefinition extends Object
- Author:
- mlaroche
-
-
Constructor Summary
Constructors Constructor Description DynamicDefinition(String name, List<String> definitionLinkNames, io.vertigo.core.node.definition.DefinitionSupplier definitionSupplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getDefinitionLinkNames()io.vertigo.core.node.definition.DefinitionSuppliergetDefinitionSupplier()StringgetName()
-