-
public interface ContainerConfig
-
-
Method Summary
Modifier and Type Method Description abstract StringgetName()abstract List<ElementConfig>getElements()abstract ContainerTypegetContainerType()-
-
Method Detail
-
getElements
abstract List<ElementConfig> getElements()
-
getContainerType
abstract ContainerType getContainerType()
-
-
-
-