fm.liveswitch.ParseAssistant Class Reference

Static Public Member Functions

static byte parseByteValue (String s)
 
static short parseShortValue (String s)
 
static int parseIntegerValue (String s)
 
static long parseLongValue (String s)
 
static float parseFloatValue (String s)
 
static double parseDoubleValue (String s)
 
static java.math.BigDecimal parseDecimalValue (String s)
 
static boolean parseBooleanValue (String s)
 
static Guid parseGuidValue (String s)
 
static boolean tryParseByteValue (String s, ByteHolder byteResult)
 
static boolean tryParseShortValue (String s, ShortHolder shortResult)
 
static boolean tryParseIntegerValue (String s, IntegerHolder intResult)
 
static boolean tryParseLongValue (String s, LongHolder longResult)
 
static boolean tryParseFloatValue (String s, FloatHolder floatResult)
 
static boolean tryParseDoubleValue (String s, DoubleHolder doubleResult)
 
static boolean tryParseDecimalValue (String s, Holder< java.math.BigDecimal > decimalResult)
 
static boolean tryParseBooleanValue (String s, BooleanHolder boolResult)
 
static boolean tryParseGuidValue (String s, Holder< Guid > guidResult)
 

Member Function Documentation

◆ parseBooleanValue()

static boolean fm.liveswitch.ParseAssistant.parseBooleanValue ( String  s)
static

◆ parseByteValue()

static byte fm.liveswitch.ParseAssistant.parseByteValue ( String  s)
static

◆ parseDecimalValue()

static java.math.BigDecimal fm.liveswitch.ParseAssistant.parseDecimalValue ( String  s)
static

◆ parseDoubleValue()

static double fm.liveswitch.ParseAssistant.parseDoubleValue ( String  s)
static

◆ parseFloatValue()

static float fm.liveswitch.ParseAssistant.parseFloatValue ( String  s)
static

◆ parseGuidValue()

static Guid fm.liveswitch.ParseAssistant.parseGuidValue ( String  s)
static

◆ parseIntegerValue()

static int fm.liveswitch.ParseAssistant.parseIntegerValue ( String  s)
static

◆ parseLongValue()

static long fm.liveswitch.ParseAssistant.parseLongValue ( String  s)
static

◆ parseShortValue()

static short fm.liveswitch.ParseAssistant.parseShortValue ( String  s)
static

◆ tryParseBooleanValue()

static boolean fm.liveswitch.ParseAssistant.tryParseBooleanValue ( String  s,
BooleanHolder  boolResult 
)
static

◆ tryParseByteValue()

static boolean fm.liveswitch.ParseAssistant.tryParseByteValue ( String  s,
ByteHolder  byteResult 
)
static

◆ tryParseDecimalValue()

static boolean fm.liveswitch.ParseAssistant.tryParseDecimalValue ( String  s,
Holder< java.math.BigDecimal >  decimalResult 
)
static

◆ tryParseDoubleValue()

static boolean fm.liveswitch.ParseAssistant.tryParseDoubleValue ( String  s,
DoubleHolder  doubleResult 
)
static

◆ tryParseFloatValue()

static boolean fm.liveswitch.ParseAssistant.tryParseFloatValue ( String  s,
FloatHolder  floatResult 
)
static

◆ tryParseGuidValue()

static boolean fm.liveswitch.ParseAssistant.tryParseGuidValue ( String  s,
Holder< Guid guidResult 
)
static

◆ tryParseIntegerValue()

static boolean fm.liveswitch.ParseAssistant.tryParseIntegerValue ( String  s,
IntegerHolder  intResult 
)
static

◆ tryParseLongValue()

static boolean fm.liveswitch.ParseAssistant.tryParseLongValue ( String  s,
LongHolder  longResult 
)
static

◆ tryParseShortValue()

static boolean fm.liveswitch.ParseAssistant.tryParseShortValue ( String  s,
ShortHolder  shortResult 
)
static