Class FieldBuilder
java.lang.Object
org.moeaframework.analysis.store.schema.FieldBuilder
Builder for constructing fields of specific types.
-
Method Details
-
asInt
Builds and returns a field storing an integer value.- Returns:
- the field
-
asLong
Builds and returns a field storing a long value.- Returns:
- the field
-
asDecimal
Builds and returns a field storing a decial value.- Returns:
- the field
-
asString
Builds and returns a field storing a string value.- Returns:
- the field
-