| Constructor and Description |
|---|
StringConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
convert(String arg0,
Feature targetOwner)
Converts an object owned by a Feature to another Feature.
|
Class<String> |
getType()
Gets the Kernel type managed by this
Converter. |
public String convert(String arg0, Feature targetOwner) throws IllegalAccessError
Converterconvert in interface Converter<String>arg0 - the source object to be convertedtargetOwner - the owner of the converted objectIllegalAccessError