getType method

Type getType()

Gets the type of this precision model @return the type of this precision model @see Type

Implementation

Type getType() {
  return modelType;
}