public class FTValListFacade extends Object
Converts the different java types to the correct FTValList type
| Modifier and Type | Field and Description |
|---|---|
protected COM.FutureTense.Interfaces.FTValList |
list |
| Constructor and Description |
|---|
FTValListFacade() |
| Modifier and Type | Method and Description |
|---|---|
protected COM.FutureTense.Interfaces.FTValList |
getList() |
void |
set(String key,
boolean value) |
void |
set(String key,
byte[] value) |
void |
set(String key,
Date value) |
void |
set(String key,
int value) |
void |
set(String key,
long value) |
void |
set(String key,
String value) |
Copyright © 2016–2017. All rights reserved.