|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use List.Value | |
org.xins.common.types.standard | Standard XINS types. |
Uses of List.Value in org.xins.common.types.standard |
Methods in org.xins.common.types.standard that return List.Value | |
static List.Value |
List.fromStringForRequired(String string)
Constructs a List.Value from the specified string
which is guaranteed to be non-null . |
static List.Value |
List.fromStringForOptional(String string)
Constructs a List.Value from the specified string. |
Methods in org.xins.common.types.standard with parameters of type List.Value | |
static String |
List.toString(List.Value value)
Converts the specified List.Value to a string. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |