public class BinaryType extends DataType
Constructor and Description |
---|
BinaryType(int length)
Deprecated.
|
BinaryType(java.lang.String typeName)
Deprecated.
Create a binary type from a string.
|
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 obj)
Deprecated.
|
equals, getJavaClass, getName, isContainer, isScalar
public BinaryType(int length)
public BinaryType(java.lang.String typeName) throws DataTypeFormatException
typeName
- string name of the typeDataTypeFormatException
- thrown if any parsing error.public int getLength()
public boolean isAssignable(java.lang.Object obj)
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