| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.grinvin.invariants.values.AbstractInvariantValueDelegate<T,extends,InvariantValue>org.grinvin.invariants.values.UnavailableValueDelegatepublic class UnavailableValueDelegateMethod Summary | |
static UnavailableValueDelegate | |
Class |
|
UnavailableValue | |
void |
|
Methods inherited from class org.grinvin.invariants.values.AbstractInvariantValueDelegate<T,extends,InvariantValue> | |
fromElement, fromElement_1_0, hasDetails, initLabel, load, loadValue, load_1_0, saveValue, showDetails, toElement | |
public ClassgetType()
- Specified by:
- getType in interface InvariantValueDelegate<T,extends,InvariantValue>
public UnavailableValue loadValue(Element element, Invariant invariant, String computerId, String computerVersion)
Should be overridden to load the actual value from a JDOM-element. Clients should throw an IOFormatException when element is not in the correct format.
- Overrides:
- loadValue in interface AbstractInvariantValueDelegate<T,extends,InvariantValue>
- Parameters:
element- JDOM element, which is known to be of type 'value'