public class NumericType extends ScalarType
Modifier | Constructor and Description |
---|---|
|
NumericType()
Creates a numeric type.
|
protected |
NumericType(String digest) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
boolean |
isInstance(Object value)
Returns whether a value is valid for a type.
|
computeCommonType, getArity, getDimension, getHierarchy, getLevel, hashCode, toString, usesDimension, usesHierarchy
public NumericType()
protected NumericType(String digest)
public boolean equals(Object obj)
equals
in class ScalarType
public boolean isInstance(Object value)
Type
isInstance
in interface Type
isInstance
in class ScalarType
value
- ValueCopyright © 2020 Hitachi Vantara. All rights reserved.