public class RealType extends DataType
Constructor and Description |
---|
RealType(int length)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
construct()
Deprecated.
Facility for construting objects of this type
|
java.lang.Object |
construct(java.lang.String inputString)
Deprecated.
|
int |
getCategory()
Deprecated.
|
int |
getLength()
Deprecated.
|
boolean |
isAssignable(java.lang.Object val)
Deprecated.
|
equals, getJavaClass, getName, isContainer, isScalar
public int getLength()
public boolean isAssignable(java.lang.Object val)
isAssignable
in class DataType
public java.lang.Object construct() throws MConstructionException
construct
in class DataType
MConstructionException
public java.lang.Object construct(java.lang.String inputString) throws MConstructionException
construct
in class DataType
MConstructionException
public final int getCategory()
getCategory
in class DataType