Package | Description |
---|---|
com.edorasware.api.document |
Provides definitions and functionality specific to document work objects.
|
com.edorasware.api.value |
Work object value access.
|
com.edorasware.api.value.internal |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
NumberValueImpl<T,U extends Number> |
class |
PriorityFieldImpl |
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.