public class UnsignedIntegerType extends DataType
Constructor and Description |
---|
UnsignedIntegerType(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()
public java.lang.Object construct(java.lang.String inputString)
public final int getCategory()
getCategory
in class DataType