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