Package io.ciera.runtime.summit.types
Class InstRefMapping
- java.lang.Object
-
- io.ciera.runtime.summit.types.UDT<Object>
-
- io.ciera.runtime.summit.types.InstRefMapping
-
- All Implemented Interfaces:
IXtumlType,Comparable<Object>
public abstract class InstRefMapping extends UDT<Object>
-
-
Constructor Summary
Constructors Constructor Description InstRefMapping()InstRefMapping(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
-
InstRefMapping
public InstRefMapping()
-
InstRefMapping
public InstRefMapping(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)
-
-