Package io.ciera.runtime.summit.types
Class BooleanUDT
- java.lang.Object
-
- io.ciera.runtime.summit.types.UDT<Boolean>
-
- io.ciera.runtime.summit.types.BooleanUDT
-
- All Implemented Interfaces:
IXtumlType,Comparable<Object>
public abstract class BooleanUDT extends UDT<Boolean>
-
-
Constructor Summary
Constructors Constructor Description BooleanUDT()BooleanUDT(Object o)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanand(Object o)Booleancast(Object o)intcompareTo(Object o)booleanequals(Object o)booleanor(Object o)StringtoString()-
Methods inherited from class io.ciera.runtime.summit.types.UDT
binop, cast, greaterThan, greaterThanOrEqual, lessThan, lessThanOrEqual, promote, serialize
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.ciera.runtime.summit.types.IXtumlType
equality, inequality, oneWhere
-
-
-
-
Constructor Detail
-
BooleanUDT
public BooleanUDT()
-
BooleanUDT
public BooleanUDT(Object o) throws XtumlException
- Throws:
XtumlException
-
-
Method Detail
-
or
public boolean or(Object o) throws XtumlException
- Throws:
XtumlException
-
and
public boolean and(Object o) throws XtumlException
- Throws:
XtumlException
-
cast
public Boolean cast(Object o) throws XtumlException
- Specified by:
castin classUDT<Boolean>- Throws:
XtumlException
-
compareTo
public int compareTo(Object o)
-
-