public class BuiltInDataFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MAP_ENTRY_STRUCT_NAME
Name for map entry "artificial"
StructValue instances. |
static java.lang.String |
MAP_STRUCT_NAME
Name for a
StructValue representing a map with with
String typed keys. |
static java.lang.String |
OPERATION_INPUT_STRUCT_NAME
Name for operation input "artificial"
StructValue instances. |
Constructor and Description |
---|
BuiltInDataFactory() |
public static final java.lang.String MAP_ENTRY_STRUCT_NAME
StructValue
instances. These
map entry instances are hold in a ListValue
to represent the
whole map.public static final java.lang.String MAP_STRUCT_NAME
StructValue
representing a map with with
String
typed keys.public static final java.lang.String OPERATION_INPUT_STRUCT_NAME
StructValue
instances. The
fields of such instances are the operation parameters' names and values.