public abstract class AttributeConverter extends Object
Constructor and Description |
---|
AttributeConverter() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
convertToArg(Schema schema,
int line,
String elem,
String attr,
String value)
Converts from a string to the type needed.
|
public abstract Object convertToArg(Schema schema, int line, String elem, String attr, String value) throws UnableToCompleteException
value
- the value to convertschema
- used to report conversion problemsnull
if the conversion failed.UnableToCompleteException
Copyright © 2018. All rights reserved.