Package | Description |
---|---|
oracle.jbo.server |
Contains the implementation of middle tier components.
|
Modifier and Type | Method and Description |
---|---|
EffectiveDateRangeSpan |
EffectiveDateRangeOperationParams.getRangeSpan() |
static EffectiveDateRangeSpan |
EffectiveDateRangeSpan.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EffectiveDateRangeSpan[] |
EffectiveDateRangeSpan.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EffectiveDateRangeOperationParams(EffectiveDateRangeMode rangeMode,
java.sql.Date rangeStartDate,
java.lang.Integer rangeStartSequence,
java.sql.Date rangeEndDate,
java.lang.Integer rangeEndSequence,
EffectiveDateRangeSpan rangeSpan) |