|
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.PropertyConverterUtility
public class PropertyConverterUtility
| Constructor Summary | |
|---|---|
PropertyConverterUtility()
|
|
| Method Summary | |
|---|---|
static java.lang.Object |
convert(java.lang.String property,
java.lang.String type)
Convert with the specified property and type parameters and return the Object result. |
static java.lang.Object |
convert(java.lang.String property,
java.lang.String type,
int cardinality)
Convert with the specified property, type and cardinality parameters and return the Object result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyConverterUtility()
| Method Detail |
|---|
public static java.lang.Object convert(java.lang.String property,
java.lang.String type)
property - The property (String) parameter.type - The type (String) parameter.
Object) value.convert(String,String,int)
public static java.lang.Object convert(java.lang.String property,
java.lang.String type,
int cardinality)
property - The property (String) parameter.type - The type (String) parameter.cardinality - The cardinality (int) parameter.
Object) value.convert(String,String)
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||