|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.testmanager.parser.PropertyConverterFactory
public class PropertyConverterFactory
| 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 |
|---|
public static final java.lang.String BOOLEAN_TYPE
public static final java.lang.String BYTE_TYPE
public static final java.lang.String CHARACTER_TYPE
public static final java.lang.String DOUBLE_TYPE
public static final java.lang.String FLOAT_TYPE
public static final java.lang.String INTEGER_TYPE
public static final java.lang.String LONG_TYPE
public static final java.lang.String SHORT_TYPE
public static final java.lang.String STRING_TYPE
| Constructor Detail |
|---|
public PropertyConverterFactory()
| Method Detail |
|---|
public static PropertyConverter create(java.lang.String type)
type - The type (String) parameter.
PropertyConverter) value.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||