Home > Contents > Index >
FTValList.getVal
Gets an
FTVAL
(value) that corresponds to the specified key name.Syntax
public FTVAL getVal(String key)Parameters
key
- String containing the name of the key.
Description
The
getVal
method returns theFTVAL
corresponding tokey
. Use the methods of theFTVAL
class to evaluate the returnedFTVAL
.Returns
The
FTVAL
object associated with this key. It returns null if the key is not found in theFTValList
.
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.