1.0.0

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

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

public class PropertyConverterUtility
extends java.lang.Object

Version:
1.0.0

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

PropertyConverterUtility

public PropertyConverterUtility()
Method Detail

convert

public 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.

Parameters:
property - The property (String) parameter.
type - The type (String) parameter.
Returns:
Results of the convert (Object) value.
See Also:
convert(String,String,int)

convert

public 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.

Parameters:
property - The property (String) parameter.
type - The type (String) parameter.
cardinality - The cardinality (int) parameter.
Returns:
Results of the convert (Object) value.
See Also:
convert(String,String)

1.0.0

Copyright (c) 2007 IBM