Module com.speedment.common.codegen
Class DefaultValue
- java.lang.Object
-
- com.speedment.common.codegen.constant.DefaultValue
-
public final class DefaultValue extends Object
Contains common default values used when generating java code.- Author:
- Emil Forslund
-
-
Field Summary
Fields Modifier and Type Field Description static Value<?>EMPTY_STRINGstatic Value<?>NULL
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Value<String>string(String text)Creates a 'string' value with the specified content.
-