Interface IValue<V>
- Type Parameters:
V- the type of the value of aIValue.
- All Superinterfaces:
EmptinessRequestable, IBaseValue, MaterializationRequestable, NameHolder, Property
- All Known Implementing Classes:
Value
- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from interface EmptinessRequestable
containsAny, isEmptyMethods inherited from interface MaterializationRequestable
isMaterialized, isViewMethods inherited from interface NameHolder
getName, getNameInSingleQuotes, hasName, hasSameNameAsMethods inherited from interface Property
addedOrChangedAttribute, fillUpAttributesIntoList
-
Method Details
-
getStoredValue
-
setValue
Sets the given value to the currentIValue.- Parameters:
value-- Throws:
RuntimeException- if the given value is null
-