Uses of Class
com.deltaxml.core.DXPParameterDefinition
Packages that use DXPParameterDefinition
-
Uses of DXPParameterDefinition in com.deltaxml.core
Methods in com.deltaxml.core that return types with arguments of type DXPParameterDefinitionModifier and TypeMethodDescriptionAbstractDPConfiguration.getBooleanParameterList()Returns the boolean parameters declared in a configuration file.AbstractDPConfiguration.getParameterList()Returns the parameters declared in a configuration file.AbstractDPConfiguration.getStringParameterList()Returns the string parameters declared in a configuration file.Methods in com.deltaxml.core with parameters of type DXPParameterDefinitionModifier and TypeMethodDescriptionintDXPParameterDefinition.compareTo(DXPParameterDefinition<?> p) Total order of two parameter objects, where objects primary order is by name.Constructor parameters in com.deltaxml.core with type arguments of type DXPParameterDefinitionModifierConstructorDescriptionFormatInfo(Iterable<? extends DXPParameterDefinition<?>> pars) Construct the fixed-width character format information associated with a list of parameter definitions.