Uses of Class
org.eclipse.epsilon.pinset.PostProcessing.FillType
-
Packages that use PostProcessing.FillType Package Description org.eclipse.epsilon.pinset -
-
Uses of PostProcessing.FillType in org.eclipse.epsilon.pinset
Methods in org.eclipse.epsilon.pinset that return PostProcessing.FillType Modifier and Type Method Description static PostProcessing.FillType
PostProcessing.FillType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PostProcessing.FillType[]
PostProcessing.FillType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.epsilon.pinset with parameters of type PostProcessing.FillType Modifier and Type Method Description static void
PostProcessing. fillNullValues(List<ValueWrapper> values, PostProcessing.FillType fillType, String value)
-