| Package | Description |
|---|---|
| com.suncode.pwfl.core.type |
| Modifier and Type | Field and Description |
|---|---|
static ArrayType<Boolean> |
Types.BOOLEAN_ARRAY
Array of
Types.BOOLEAN |
static ArrayType<org.joda.time.LocalDate> |
Types.DATE_ARRAY
Array of
Types.DATE |
static ArrayType<org.joda.time.LocalDateTime> |
Types.DATETIME_ARRAY
Array of
Types.DATETIME |
static ArrayType<Double> |
Types.FLOAT_ARRAY
Array of
Types.FLOAT |
static ArrayType<FunctionCall> |
Types.FUNCTION_ARRAY
Array of
Types.FUNCTION |
static ArrayType<Long> |
Types.INTEGER_ARRAY
Array of
Types.INTEGER |
static ArrayType<String> |
Types.STRING_ARRAY
Array of
Types.STRING |
static ArrayType<Variable> |
Types.VARIABLE_ARRAY
Array of
Types.VARIABLE |
| Modifier and Type | Method and Description |
|---|---|
static ArrayType<?> |
Types.arrayOf(Type<?> type)
Returns array type with elements of given type.
|
Copyright © 2016 Suncode. All rights reserved.