Uses of Interface
adalid.core.interfaces.SpecialValue
-
Packages that use SpecialValue Package Description adalid.core.enums adalid.core.programmers -
-
Uses of SpecialValue in adalid.core.enums
Classes in adalid.core.enums that implement SpecialValue Modifier and Type Class Description classSpecialBooleanValueclassSpecialCharacterValueclassSpecialEntityValueclassSpecialNumericValueclassSpecialTemporalValue -
Uses of SpecialValue in adalid.core.programmers
Methods in adalid.core.programmers that return types with arguments of type SpecialValue Modifier and Type Method Description Map<SpecialValue,String>ParameterizedExpression. getSpecialValuesMap()Methods in adalid.core.programmers with parameters of type SpecialValue Modifier and Type Method Description protected voidAbstractJavaProgrammer. addSpecialValue(SpecialValue value, ParameterizedExpression px, String string)Method parameters in adalid.core.programmers with type arguments of type SpecialValue Modifier and Type Method Description voidParameterizedExpression. setSpecialValuesMap(Map<SpecialValue,String> specialValues)
-