public abstract class DoubleAttributeIndex<T> extends AbstractAttribute<T,java.lang.Double>
Constructor and Description |
---|
DoubleAttributeIndex(java.lang.Class<T> objectType,
java.lang.String attributeKey) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
correctType(XAttribute attr) |
protected java.lang.Double |
getValue(XAttribute attr) |
getAttributables, getValues
public DoubleAttributeIndex(java.lang.Class<T> objectType, java.lang.String attributeKey)
protected java.lang.Double getValue(XAttribute attr)
getValue
in class AbstractAttribute<T,java.lang.Double>
protected boolean correctType(XAttribute attr)
correctType
in class AbstractAttribute<T,java.lang.Double>