Package mc.core.domain.base.aspect
Class AspectAttribute.DVBooleanHandler
java.lang.Object
AspectAttribute<C>.DVBaseHandler<DVBoolean,Boolean,AspectAttribute<C>.DVBooleanHandler>
mc.core.domain.base.aspect.AspectAttribute.DVBooleanHandler
- All Implemented Interfaces:
AspectAttribute.DataValueHandler<Boolean>
- Enclosing class:
- AspectAttribute<C extends ComplexEntity>
public class AspectAttribute.DVBooleanHandler
extends AspectAttribute<C>.DVBaseHandler<DVBoolean,Boolean,AspectAttribute<C>.DVBooleanHandler>
-
Constructor Summary
ConstructorsConstructorDescriptionDVBooleanHandler(AspectAttribute<C>.mc.core.domain.base.aspect.AspectAttribute.DVStrategyBase strategy) -
Method Summary
Modifier and TypeMethodDescriptiontoValueDisplay(DataValueTO dvTO) create display for data contained in TOMethods 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, setValueTOsMethods 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
-
DVBooleanHandler
public DVBooleanHandler(AspectAttribute<C>.mc.core.domain.base.aspect.AspectAttribute.DVStrategyBase strategy)
-
-
Method Details
-
toValueDisplay
Description copied from class:AspectAttribute.DVBaseHandlercreate display for data contained in TO- Overrides:
toValueDisplayin classAspectAttribute<C extends ComplexEntity>.DVBaseHandler<DVBoolean,Boolean, AspectAttribute<C extends ComplexEntity>.DVBooleanHandler>
-