public class BooleanType extends DataType
Constructor and Description |
---|
BooleanType()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
construct()
Deprecated.
Facility to help in constructing an object from this data type
|
java.lang.Object |
construct(java.lang.String trueFalse)
Deprecated.
|
int |
getCategory()
Deprecated.
|
equals, getJavaClass, getName, isAssignable, isContainer, isScalar
public java.lang.Object construct() throws MConstructionException
construct
in class DataType
MConstructionException
public java.lang.Object construct(java.lang.String trueFalse) throws MConstructionException
construct
in class DataType
MConstructionException
public final int getCategory()
getCategory
in class DataType