Uses of Class
net.pricefx.domain.DMField
-
Packages that use DMField Package Description net.pricefx.domain Defines set of domain object classes.net.pricefx.formulaengine Provides Formula Engine API classes.net.pricefx.server.util.metamodel.dm -
-
Uses of DMField in net.pricefx.domain
Methods in net.pricefx.domain that return DMField Modifier and Type Method Description DMField
DMField. copy()
Methods in net.pricefx.domain with parameters of type DMField Modifier and Type Method Description static String
DMField. getTimeDimFieldName(DMField dateField, CalendarUtil.TimeUnit timeUnit)
protected void
DMField. update(DMField otherField)
-
Uses of DMField in net.pricefx.formulaengine
Methods in net.pricefx.formulaengine that return types with arguments of type DMField Modifier and Type Method Description Collection<DMField>
ModelFormulaContext. getFields()
Retrieves the field definitions previously added usingModelFormulaContext.addField(Object)
. -
Uses of DMField in net.pricefx.server.util.metamodel.dm
Fields in net.pricefx.server.util.metamodel.dm declared as DMField Modifier and Type Field Description protected DMField
Column. field
Methods in net.pricefx.server.util.metamodel.dm that return DMField Modifier and Type Method Description DMField
Column. getField()
Constructors in net.pricefx.server.util.metamodel.dm with parameters of type DMField Constructor Description Column(DMField field, Table table)
-