Package org.brijframework.model.config
Interface ModelConfig
-
- All Known Implementing Classes:
ModelConfigration
public interface ModelConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLocation()booleanisEnable()
-
-
-
Method Detail
-
isEnable
boolean isEnable()
-
getLocation
String getLocation()
-
-