Class AbstractAttributeLoader<A>
Object
AbstractAttributeLoader<A>
- All Implemented Interfaces:
AttributeLoader<A>
- Direct Known Subclasses:
AbstractAggregateLoader,AbstractDerivedAttributeLoader,AbstractItemAttributeLoader,AbstractPropagateLoader,AbstractScanningLoader,AbstractSingleRowAttributeLoader,CompositeAttributeLoader
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal AttributeSpec<A>Returns the spec for which this loader loads values.toString()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface AttributeLoader
getAttributeDependencies, getCachingStrategy, getContextDependencies, getGlobalTrail
-
Field Details
-
mySpec
-
-
Constructor Details
-
AbstractAttributeLoader
-
-
Method Details
-
getAttributeSpec
Description copied from interface:AttributeLoaderReturns the spec for which this loader loads values.
The returned value must be the same throughout the lifetime of the object.
- Specified by:
getAttributeSpecin interfaceAttributeLoader<A>- Returns:
- spec being loaded
-
toString
-