public abstract class ItemClassAttributeLoader<T,A> extends ItemTypeAttributeLoader<A>
AttributeLoader.Aggregate<T>, AttributeLoader.AggregateContext<T>, AttributeLoader.Context, AttributeLoader.ForestIndependent<T>, AttributeLoader.Propagate<T>, AttributeLoader.PropagateContext<T>myItemTypesmySpec| Constructor and Description |
|---|
ItemClassAttributeLoader(AttributeSpec<A> spec,
Class<T> itemClass,
String... itemTypes) |
| Modifier and Type | Method and Description |
|---|---|
AttributeValue<A> |
getItemValue(StructureRow row,
AttributeLoader.Context context) |
protected abstract AttributeValue<A> |
getValue(T item,
AttributeLoader.Context context) |
isEveryItemTypeSupported, isItemTypeSupported, loadValuegetAttributeDependencies, getCachingStrategygetAttributeSpecclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeSpecpublic ItemClassAttributeLoader(AttributeSpec<A> spec, Class<T> itemClass, String... itemTypes)
@NotNull public final AttributeValue<A> getItemValue(@NotNull StructureRow row, @NotNull AttributeLoader.Context context)
getItemValue in class ItemTypeAttributeLoader<A>protected abstract AttributeValue<A> getValue(@NotNull T item, AttributeLoader.Context context)
Copyright © 2019 ALM Works. All Rights Reserved.