1.0.0

org.eclipse.soda.dk.testmanager.parser
Class PropertyConverterFactory

java.lang.Object
  extended by org.eclipse.soda.dk.testmanager.parser.PropertyConverterFactory

public class PropertyConverterFactory
extends java.lang.Object

Version:
1.0.0

Field Summary
static java.lang.String BOOLEAN_TYPE
          Define the boolean type (String) constant.
static java.lang.String BYTE_TYPE
          Define the byte type (String) constant.
static java.lang.String CHARACTER_TYPE
          Define the character type (String) constant.
static java.lang.String DOUBLE_TYPE
          Define the double type (String) constant.
static java.lang.String FLOAT_TYPE
          Define the float type (String) constant.
static java.lang.String INTEGER_TYPE
          Define the integer type (String) constant.
static java.lang.String LONG_TYPE
          Define the long type (String) constant.
static java.lang.String SHORT_TYPE
          Define the short type (String) constant.
static java.lang.String STRING_TYPE
          Define the string type (String) constant.
 
Constructor Summary
PropertyConverterFactory()
           
 
Method Summary
static PropertyConverter create(java.lang.String type)
          Create with the specified type parameter and return the PropertyConverter result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BOOLEAN_TYPE

public static final java.lang.String BOOLEAN_TYPE
Define the boolean type (String) constant.

See Also:
Constant Field Values

BYTE_TYPE

public static final java.lang.String BYTE_TYPE
Define the byte type (String) constant.

See Also:
Constant Field Values

CHARACTER_TYPE

public static final java.lang.String CHARACTER_TYPE
Define the character type (String) constant.

See Also:
Constant Field Values

DOUBLE_TYPE

public static final java.lang.String DOUBLE_TYPE
Define the double type (String) constant.

See Also:
Constant Field Values

FLOAT_TYPE

public static final java.lang.String FLOAT_TYPE
Define the float type (String) constant.

See Also:
Constant Field Values

INTEGER_TYPE

public static final java.lang.String INTEGER_TYPE
Define the integer type (String) constant.

See Also:
Constant Field Values

LONG_TYPE

public static final java.lang.String LONG_TYPE
Define the long type (String) constant.

See Also:
Constant Field Values

SHORT_TYPE

public static final java.lang.String SHORT_TYPE
Define the short type (String) constant.

See Also:
Constant Field Values

STRING_TYPE

public static final java.lang.String STRING_TYPE
Define the string type (String) constant.

See Also:
Constant Field Values
Constructor Detail

PropertyConverterFactory

public PropertyConverterFactory()
Method Detail

create

public static PropertyConverter create(java.lang.String type)
Create with the specified type parameter and return the PropertyConverter result.

Parameters:
type - The type (String) parameter.
Returns:
Results of the create (PropertyConverter) value.

1.0.0

Copyright (c) 2007 IBM