Class Constant.ConstantBuilder
java.lang.Object
de.floydkretschmar.fixturize.domain.Constant.ConstantBuilder
- Enclosing class:
Constant
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The name of the constantoriginalFieldName(String originalFieldName) The name of the original field from which the constant was generated.toString()The type of the constantThe value of the constant which can be a single value or valid java code.
-
Method Details
-
type
The type of the constant- Returns:
this.
-
name
The name of the constant- Returns:
this.
-
value
The value of the constant which can be a single value or valid java code.- Returns:
this.
-
originalFieldName
The name of the original field from which the constant was generated.- Returns:
this.
-
build
-
toString
-