Package io.ciera.runtime.summit.types
Class StringUDT
- java.lang.Object
-
- io.ciera.runtime.summit.types.UDT<String>
-
- io.ciera.runtime.summit.types.StringUDT
-
- All Implemented Interfaces:
IXtumlType,Comparable<Object>
public abstract class StringUDT extends UDT<String>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends StringUDT>
Tadd(Object o)Stringcast(Object o)static StringcastString(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
-
StringUDT
public StringUDT()
-
StringUDT
public StringUDT(Object o) throws XtumlException
- Throws:
XtumlException
-
-
Method Detail
-
add
public <T extends StringUDT> T add(Object o) throws XtumlException
- Throws:
XtumlException
-
cast
public String cast(Object o) throws XtumlException
- Specified by:
castin classUDT<String>- Throws:
XtumlException
-
castString
public static String castString(Object o) throws XtumlException
- Throws:
XtumlException
-
compareTo
public int compareTo(Object o)
-
-