Package de.jaggl.sqlbuilder.domain
Class PlainValuable
- java.lang.Object
-
- de.jaggl.sqlbuilder.domain.PlainValuable
-
- All Implemented Interfaces:
Valuable
- Direct Known Subclasses:
Placeholder
public class PlainValuable extends Object implements Valuable
- Since:
- 2.0.0
- Author:
- Martin Schumacher
-
-
Constructor Summary
Constructors Constructor Description PlainValuable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue(BuildingContext context, Indentation indentation)
-
-
-
Field Detail
-
value
protected Object value
-
-
Method Detail
-
getValue
public String getValue(BuildingContext context, Indentation indentation)
-
-