Package mc.core.domain.base.aspect
Class AspectAttribute.DVNumericHandler
java.lang.Object
AspectAttribute<C>.DVBaseHandler<DVNumeric,Double,AspectAttribute<C>.DVNumericHandler>
mc.core.domain.base.aspect.AspectAttribute.DVNumericHandler
- All Implemented Interfaces:
AspectAttribute.DataValueHandler<Double>
- Enclosing class:
- AspectAttribute<C extends ComplexEntity>
public class AspectAttribute.DVNumericHandler
extends AspectAttribute<C>.DVBaseHandler<DVNumeric,Double,AspectAttribute<C>.DVNumericHandler>
-
Constructor Summary
ConstructorsConstructorDescriptionDVNumericHandler(AspectAttribute<C>.mc.core.domain.base.aspect.AspectAttribute.DVStrategyBase strategy) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class mc.core.domain.base.aspect.AspectAttribute.DVBaseHandler
removeDataValueSet, removeEnumValue, removeValue, removeValue, setCreateStdValues, setDataValueSet, setEntityToAttribute, setEnumValue, setFromString, setFromString, setLocale, setMultiValueAppend, setMultiValues, setMultiValueSplitChars, setPrio, setPrioValue, setRemoveEmptyValues, setTerritory, setTrimValues, setValue, setValue, setValues, setValueTOs, toValueDisplayMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface mc.core.domain.base.aspect.AspectAttribute.DataValueHandler
instance
-
Constructor Details
-
DVNumericHandler
public DVNumericHandler(AspectAttribute<C>.mc.core.domain.base.aspect.AspectAttribute.DVStrategyBase strategy)
-
-
Method Details
-
setValue
public AspectAttribute<C>.DVNumericHandler setValue(Double value, Unit unit) throws mc.core.system.validation.ValidationException - Throws:
mc.core.system.validation.ValidationException
-