Uses of Class
org.apache.cocoon.components.elementprocessor.types.NumericResult

Packages that use NumericResult
org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements   
org.apache.cocoon.components.elementprocessor.types   
 

Uses of NumericResult in org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements
 

Methods in org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements that return NumericResult
static NumericResult PrintOrder.extractPrintOrder(String value)
          convert a string into a NumericResult
static NumericResult PrintOrientation.extractPrintOrientation(String value)
          convert a string into a NumericResult
static NumericResult PrintUnits.extractPrintUnits(String value)
          convert a string into a NumericResult
 

Uses of NumericResult in org.apache.cocoon.components.elementprocessor.types
 

Methods in org.apache.cocoon.components.elementprocessor.types that return NumericResult
static NumericResult NumericConverter.extractDouble(String value)
          Shortcut for extractDouble without a Validator
static NumericResult NumericConverter.extractDouble(String value, Validator validator)
          Given a string that is expected to hold a double, get the double value.
static NumericResult NumericConverter.extractInteger(String value)
          Shortcut for extractInteger without a Validator
static NumericResult NumericConverter.extractInteger(String value, Validator validator)
          Given a string that is expected to hold a integer, get the integer value.
static NumericResult NumericConverter.extractNonNegativeInteger(String value)
          extract a non-negative integer (i.e., an integer with a range of 1 ...
static NumericResult NumericConverter.extractPositiveInteger(String value)
          extract a positive integer (i.e., an integer with a range of 1 ...
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.