Package | Description |
---|---|
org.openfast | |
org.openfast.template |
Modifier and Type | Class and Description |
---|---|
class |
DecimalValue |
class |
IntegerValue |
Modifier and Type | Method and Description |
---|---|
abstract NumericValue |
NumericValue.add(NumericValue addend) |
NumericValue |
IntegerValue.add(NumericValue addend) |
NumericValue |
DecimalValue.add(NumericValue addend) |
abstract NumericValue |
NumericValue.decrement() |
NumericValue |
IntegerValue.decrement() |
NumericValue |
DecimalValue.decrement() |
abstract NumericValue |
NumericValue.increment() |
NumericValue |
IntegerValue.increment() |
NumericValue |
DecimalValue.increment() |
abstract NumericValue |
NumericValue.subtract(NumericValue priorValue) |
NumericValue |
IntegerValue.subtract(NumericValue subend) |
NumericValue |
DecimalValue.subtract(NumericValue subtrahend) |
Modifier and Type | Method and Description |
---|---|
abstract NumericValue |
NumericValue.add(NumericValue addend) |
NumericValue |
IntegerValue.add(NumericValue addend) |
NumericValue |
DecimalValue.add(NumericValue addend) |
abstract NumericValue |
NumericValue.subtract(NumericValue priorValue) |
NumericValue |
IntegerValue.subtract(NumericValue subend) |
NumericValue |
DecimalValue.subtract(NumericValue subtrahend) |
Modifier and Type | Class and Description |
---|---|
class |
LongValue |
Modifier and Type | Method and Description |
---|---|
NumericValue |
LongValue.add(NumericValue addend)
Adds two Numeric Values values and creates a new LongValue with the new
value
|
NumericValue |
LongValue.decrement()
Decrement 'value' and create a new LongValue with the new value
|
NumericValue |
LongValue.increment()
Increment 'value' and create a new LongValue with the new value
|
NumericValue |
LongValue.subtract(NumericValue subend)
Subtracts two NumericValues values and creates a new LongValue with the
new value
|
Modifier and Type | Method and Description |
---|---|
NumericValue |
LongValue.add(NumericValue addend)
Adds two Numeric Values values and creates a new LongValue with the new
value
|
NumericValue |
LongValue.subtract(NumericValue subend)
Subtracts two NumericValues values and creates a new LongValue with the
new value
|
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.