Uses of Class
org.openl.rules.enumeration.DTEmptyResultProcessingEnum
-
Packages that use DTEmptyResultProcessingEnum Package Description org.openl.rules.enumeration org.openl.rules.table.properties -
-
Uses of DTEmptyResultProcessingEnum in org.openl.rules.enumeration
Methods in org.openl.rules.enumeration that return DTEmptyResultProcessingEnum Modifier and Type Method Description static DTEmptyResultProcessingEnumDTEmptyResultProcessingEnum. fromString(String displayName)static DTEmptyResultProcessingEnumDTEmptyResultProcessingEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DTEmptyResultProcessingEnum[]DTEmptyResultProcessingEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DTEmptyResultProcessingEnum in org.openl.rules.table.properties
Methods in org.openl.rules.table.properties that return DTEmptyResultProcessingEnum Modifier and Type Method Description DTEmptyResultProcessingEnumITableProperties. getEmptyResultProcessing()DTEmptyResultProcessingEnumTableProperties. getEmptyResultProcessing()Methods in org.openl.rules.table.properties with parameters of type DTEmptyResultProcessingEnum Modifier and Type Method Description voidITableProperties. setEmptyResultProcessing(DTEmptyResultProcessingEnum emptyResultProcessing)voidTableProperties. setEmptyResultProcessing(DTEmptyResultProcessingEnum emptyResultProcessing)
-