Package adalid.core.interfaces
Interface SpecialValue
-
- All Superinterfaces:
NamedValue
- All Known Implementing Classes:
SpecialBooleanValue,SpecialCharacterValue,SpecialEntityValue,SpecialNumericValue,SpecialTemporalValue
public interface SpecialValue extends NamedValue
- Author:
- Jorge Campins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>getDataType()-
Methods inherited from interface adalid.core.interfaces.NamedValue
name
-
-
-
-
Method Detail
-
getDataType
Class<?> getDataType()
-
-