public class ConfigurationContainer extends Container implements Configuration
Constructor and Description |
---|
ConfigurationContainer() |
Modifier and Type | Method and Description |
---|---|
String |
data() |
void |
data(String newData) |
boolean |
dataPresent() |
ConfigurationType |
type() |
void |
type(ConfigurationType newType) |
boolean |
typePresent() |
makeArrayList, makeUnmodifiableList
public String data()
data
in interface Configuration
public void data(String newData)
public boolean dataPresent()
dataPresent
in interface Configuration
public ConfigurationType type()
type
in interface Configuration
public void type(ConfigurationType newType)
public boolean typePresent()
typePresent
in interface Configuration
Copyright © 2016. All rights reserved.