Uses of Interface
adalid.core.interfaces.NamedValue
-
Packages that use NamedValue Package Description adalid.core adalid.core.enums adalid.core.interfaces adalid.core.programmers -
-
Uses of NamedValue in adalid.core
Classes in adalid.core that implement NamedValue Modifier and Type Class Description classNamedValueCacheMethods in adalid.core that return NamedValue Modifier and Type Method Description static NamedValueNamedValueCache. getInstance(String name)Methods in adalid.core that return types with arguments of type NamedValue Modifier and Type Method Description List<NamedValue>AbstractEntity. getNamedValuesList()Map<String,NamedValue>AbstractEntity. getNamedValuesMap() -
Uses of NamedValue in adalid.core.enums
Classes in adalid.core.enums that implement NamedValue Modifier and Type Class Description classSpecialBooleanValueclassSpecialCharacterValueclassSpecialEntityValueclassSpecialNumericValueclassSpecialTemporalValue -
Uses of NamedValue in adalid.core.interfaces
Subinterfaces of NamedValue in adalid.core.interfaces Modifier and Type Interface Description interfaceSpecialValueMethods in adalid.core.interfaces that return types with arguments of type NamedValue Modifier and Type Method Description List<NamedValue>Entity. getNamedValuesList()Map<String,NamedValue>Entity. getNamedValuesMap() -
Uses of NamedValue in adalid.core.programmers
Methods in adalid.core.programmers that return types with arguments of type NamedValue Modifier and Type Method Description Map<String,NamedValue>ParameterizedExpression. getNamedValuesMap()Methods in adalid.core.programmers with parameters of type NamedValue Modifier and Type Method Description protected StringAbstractJavaProgrammer. getNamedValueName(NamedValue namedValue)protected StringAbstractJavaProgrammer. getNamedValueName(NamedValue namedValue, ParameterizedExpression px)Method parameters in adalid.core.programmers with type arguments of type NamedValue Modifier and Type Method Description voidParameterizedExpression. setNamedValuesMap(Map<String,NamedValue> namedValues)
-