public class MetaConfiguration extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
Constructor and Description |
---|
MetaConfiguration()
Creates an empty Configuration.
|
MetaConfiguration(String type,
String subType,
String className,
Collection<MetaParameter> parameters) |
Modifier and Type | Method and Description |
---|---|
void |
addParam(MetaParameter metaParam)
Adds a meta-parameter to the Collection.
|
String |
getClassName() |
ParameterStructure |
getDefaultConfiguration() |
Collection<MetaParameter> |
getParams()
Obtains the Collection of meta-parameters.
|
String |
getSubType() |
String |
getType() |
void |
setClassName(String className) |
void |
setDefaultConfiguration(ParameterStructure defaultConfig) |
void |
setParams(Collection<MetaParameter> parameters)
Sets the Collection of meta-parameters.
|
void |
setSubType(String subType) |
void |
setType(String type) |
String |
toString() |
protected static final long serialVersionUID
public MetaConfiguration()
public MetaConfiguration(String type, String subType, String className, Collection<MetaParameter> parameters)
public String getType()
public void setType(String type)
type
- the type to setpublic String getSubType()
public void setSubType(String subType)
subType
- the subType to setpublic String getClassName()
public void setClassName(String className)
className
- the className to setpublic Collection<MetaParameter> getParams()
MetaParameter
.public void setParams(Collection<MetaParameter> parameters)
parameters
- the Collection of MetaParameter
.public void addParam(MetaParameter metaParam)
metaParam
- the MetaParameter
to be added.public ParameterStructure getDefaultConfiguration()
public void setDefaultConfiguration(ParameterStructure defaultConfig)
defaultConfig
- the default configuration to setCopyright © 2021 Denodo Technologies. All rights reserved.