| Package | Description |
|---|---|
| com.phloc.commons.state | |
| com.phloc.commons.state.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
EChange
Small enum for setter method to identify whether a value has changed or not.
|
| Modifier and Type | Method and Description |
|---|---|
EChange |
EChange.and(IChangeIndicator aChange) |
EChange |
EChange.or(IChangeIndicator aChange) |
static EChange |
EChange.valueOf(IChangeIndicator aChangeIndicator) |
static ESuccess |
ESuccess.valueOfChange(IChangeIndicator aChange) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeWithValue<DATATYPE>
Wraps a change indicator and an arbitrary value.
|
| Constructor and Description |
|---|
ChangeWithValue(IChangeIndicator aChangeIndicator,
DATATYPE aObj)
Constructor
|
Copyright © 2006–2015 phloc systems. All rights reserved.