Package io.ciera.runtime.summit.types
Class InstMapping
- java.lang.Object
-
- io.ciera.runtime.summit.types.UDT<Object>
-
- io.ciera.runtime.summit.types.InstMapping
-
- All Implemented Interfaces:
IXtumlType,Comparable<Object>
public abstract class InstMapping extends UDT<Object>
-
-
Constructor Summary
Constructors Constructor Description InstMapping()InstMapping(Object o)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectcast(Object o)intcompareTo(Object o)booleanequals(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
-
InstMapping
public InstMapping()
-
InstMapping
public InstMapping(Object o) throws XtumlException
- Throws:
XtumlException
-
-
Method Detail
-
cast
public Object cast(Object o) throws XtumlException
- Specified by:
castin classUDT<Object>- Throws:
XtumlException
-
compareTo
public int compareTo(Object o)
-
-