Inheritance diagram for kddml.Core.Scalar.StringListType:
Public Member Functions | |
StringListType () | |
boolean | checkValue (String value) |
Object | convertValue (String value) |
byte | getType () |
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003 - 2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Constructor. |
|
Checks if the input value have the right type. Input value is given as java.lang.String. Returns true if the type is correct; returns false otherwise.
Implements kddml.Core.Scalar.KDDMLScalarType. |
|
Returns the value of the input argument as java.lang.Object. Returns an array of strings.
Implements kddml.Core.Scalar.KDDMLScalarType. |
|
Returns the type related to this class as value of KDDMLScalarTypeEnum.
Implements kddml.Core.Scalar.KDDMLScalarType. |