org.eclipse.soda.dk.testmanager.parser
Interface PropertyConverter
- All Known Implementing Classes:
- AbstractConverter, BooleanConverter, ByteConverter, CharacterConverter, DoubleConverter, FloatConverter, IntegerConverter, LongConverter, ShortConverter, StringConverter
public interface PropertyConverter
- Version:
- 1.0.0
|
Method Summary |
java.lang.Object |
convert(java.lang.String property)
Convert with the specified property parameter and return the Object result. |
java.lang.Object |
convert(java.lang.String property,
int cardinality)
Convert with the specified property and cardinality parameters and return the Object result. |
convert
java.lang.Object convert(java.lang.String property)
- Convert with the specified property parameter and return the Object result.
- Parameters:
property - The property (String) parameter.
- Returns:
- Results of the convert (
Object) value. - See Also:
convert(String,int)
convert
java.lang.Object convert(java.lang.String property,
int cardinality)
- Convert with the specified property and cardinality parameters and return the Object result.
- Parameters:
property - The property (String) parameter.cardinality - The cardinality (int) parameter.
- Returns:
- Results of the convert (
Object) value. - See Also:
convert(String)
Copyright (c) 2007 IBM