public class MetaConfiguration
extends java.lang.Object
implements java.io.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(java.lang.String type,
java.lang.String subType,
java.lang.String className,
java.util.Collection<MetaParameter> parameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParam(MetaParameter metaParam)
Adds a meta-parameter to the Collection.
|
void |
addParams(java.util.Collection<MetaParameter> metaParams)
Adds a collections of meta-parameters to the Collection.
|
java.lang.String |
getClassName() |
ParameterStructure |
getDefaultConfiguration() |
MetaParameter |
getParam(java.lang.String paramName) |
java.util.Collection<MetaParameter> |
getParams()
Obtains the Collection of meta-parameters.
|
java.lang.String |
getSubType() |
java.lang.String |
getType() |
void |
setClassName(java.lang.String className) |
void |
setDefaultConfiguration(ParameterStructure defaultConfig) |
void |
setParams(java.util.Collection<MetaParameter> parameters)
Sets the Collection of meta-parameters.
|
void |
setSubType(java.lang.String subType) |
void |
setType(java.lang.String type) |
java.lang.String |
toString() |
protected static final long serialVersionUID
public MetaConfiguration()
public MetaConfiguration(java.lang.String type,
java.lang.String subType,
java.lang.String className,
java.util.Collection<MetaParameter> parameters)
public java.lang.String getType()
public void setType(java.lang.String type)
type - the type to setpublic java.lang.String getSubType()
public void setSubType(java.lang.String subType)
subType - the subType to setpublic java.lang.String getClassName()
public void setClassName(java.lang.String className)
className - the className to setpublic java.util.Collection<MetaParameter> getParams()
MetaParameter.public void setParams(java.util.Collection<MetaParameter> parameters)
parameters - the Collection of MetaParameter.public void addParam(MetaParameter metaParam)
metaParam - the MetaParameter to be added.public void addParams(java.util.Collection<MetaParameter> metaParams)
metaParams - the Collection of MetaParameter to be added.public MetaParameter getParam(java.lang.String paramName)
public ParameterStructure getDefaultConfiguration()
public void setDefaultConfiguration(ParameterStructure defaultConfig)
defaultConfig - the default configuration to setpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2024 Denodo Technologies. All rights reserved.