Package | Description |
---|---|
com.edorasware.api.document |
Provides definitions and functionality specific to document work objects.
|
com.edorasware.api.value |
Work object value access.
|
Modifier and Type | Field and Description |
---|---|
static NumberValue<Long> |
DocumentValues.SIZE
The document size.
|
Modifier and Type | Method and Description |
---|---|
static NumberValue<Double> |
WorkObjectValues.newDoubleValue(String name)
Constructs a new double value accessor.
|
static <T> NumberValue<T> |
WorkObjectValues.newDoubleValue(String name,
ValueConverter<T,Double> valueConverter)
Constructs a new double value accessor.
|
static NumberValue<Long> |
WorkObjectValues.newLongValue(String name)
Constructs a new long value accessor.
|
static <T> NumberValue<T> |
WorkObjectValues.newLongValue(String name,
ValueConverter<T,Long> valueConverter)
Constructs a new long value accessor.
|
Copyright © 2010 - 2017 edorasware ag. All Rights Reserved.