Home > Contents > Index >
IList.getValue
Retrieves the value at the named column of the current row.
Syntax
public String getValue(String columname) throws NoSuchFieldExceptionParameters
columnname
- The name of the column to get the value from.
Returns
Returns a string containing the value of the column for the current row. May be null or empty, depending on the data type.
Throws
NoSuchFieldException
- When you specify a
colname
that does not exist in the list.
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.