public class ParameterFactory extends Object
IParameter instnaces from their XML serialization| Constructor and Description |
|---|
ParameterFactory() |
| Modifier and Type | Method and Description |
|---|---|
static IParameter |
GetParameter(Element element)
Idetirfies the
IParameter type that the XML subtree defines, instnatiates
it and populates it |
static IParameter |
GetParameter(String xml)
Idetirfies the
IParameter type that the XML subtree defines, instnatiates
it and populates it |
public static IParameter GetParameter(String xml) throws Exception
IParameter type that the XML subtree defines, instnatiates
it and populates itxml - the XML subtreeException - the deserialization could not be performedpublic static IParameter GetParameter(Element element) throws Exception
IParameter type that the XML subtree defines, instnatiates
it and populates itelement - the XML subtreeException - the deserialization could not be performedCopyright © 2018. All Rights Reserved.