Interface Schema.Field
- All Superinterfaces:
Schema.Node
- Enclosing interface:
- Schema
Field Definition.
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface com.pushtechnology.diffusion.datatype.recordv2.schema.Schema.Node
getMax, getMin, getName, isVariable
-
Method Details
-
getType
Schema.Field.Type getType()Returns the field type.- Returns:
- the field type
-
getScale
int getScale()Returns the scale of adecimalfield or 0 for other types.The scale represents the number of places to the right of the decimal point in a decimal number.
- Returns:
- the scale of a decimal field
-