public static class ConfigBeanFiller.DefaultConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.HashMap<java.lang.String,exa.bee.KeyValue> |
customMeta
Custom meta-data.
|
protected exa.bee.KeyValue |
key
The configuration key (rootkey)
|
protected java.lang.String |
label
Label.
|
Constructor and Description |
---|
DefaultConfig()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,exa.bee.KeyValue> |
getCustomMeta()
Get the custom meta-data map.
|
exa.bee.KeyValue |
getKey()
Get the key.
|
java.lang.String |
getLabel()
Get the label.
|
void |
setCustomMeta(java.util.HashMap<java.lang.String,exa.bee.KeyValue> customMeta)
Set the custom meta-data map.
|
void |
setKey(exa.bee.KeyValue key)
Set the key.
|
void |
setLabel(java.lang.String label)
Set the label.
|
protected exa.bee.KeyValue key
protected java.lang.String label
protected java.util.HashMap<java.lang.String,exa.bee.KeyValue> customMeta
public void setKey(exa.bee.KeyValue key)
public exa.bee.KeyValue getKey()
public void setLabel(java.lang.String label)
public java.lang.String getLabel()
public void setCustomMeta(java.util.HashMap<java.lang.String,exa.bee.KeyValue> customMeta)
public java.util.HashMap<java.lang.String,exa.bee.KeyValue> getCustomMeta()
Copyright © 2013 Dassault Systèmes, All Rights Reserved.