public class XmlConfiguration extends Object
| Constructor and Description |
|---|
XmlConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Feature> |
getFeatures()
Getter accessor for attribute 'features'.
|
Map<String,AbstractProperty<?>> |
getProperties()
Getter accessor for attribute 'properties'.
|
void |
setFeatures(Map<String,Feature> features)
Setter accessor for attribute 'features'.
|
void |
setProperties(Map<String,AbstractProperty<?>> properties)
Setter accessor for attribute 'properties'.
|
public Map<String,Feature> getFeatures()
public void setFeatures(Map<String,Feature> features)
features - new value for 'features 'public Map<String,AbstractProperty<?>> getProperties()
public void setProperties(Map<String,AbstractProperty<?>> properties)
properties - new value for 'properties 'Copyright © 2013–2015 FF4J. All rights reserved.