Class StringType
java.lang.Object
smile.data.type.StringType
- All Implemented Interfaces:
Serializable, DataType
-
Nested Class Summary
Nested classes/interfaces inherited from interface DataType
DataType.ID -
Method Summary
Modifier and TypeMethodDescriptionbooleanid()Returns the type ID enum.booleanisObject()Returns true if the type is ObjectType.booleanisString()Returns true if the type is String.name()Returns the type name used in external catalogs.toString()Returns the value from its string representation.Methods inherited from class Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface DataType
isBoolean, isByte, isChar, isDecimal, isDouble, isFloat, isFloating, isInt, isIntegral, isLong, isNullable, isNumeric, isPrimitive, isShort, toString