public class BundleList extends BaseBundleList implements Serializable
| Constructor and Description |
|---|
BundleList() |
| Modifier and Type | Method and Description |
|---|---|
void |
addStartLevel(StartLevel startLevel)
Method addStartLevel.
|
String |
getModelEncoding()
Get the modelEncoding field.
|
List<StartLevel> |
getStartLevels()
Method getStartLevels.
|
void |
removeStartLevel(StartLevel startLevel)
Method removeStartLevel.
|
void |
setModelEncoding(String modelEncoding)
Set the modelEncoding field.
|
void |
setStartLevels(List<StartLevel> startLevels)
Set the startLevels field.
|
add, get, merge, removepublic void addStartLevel(StartLevel startLevel)
startLevel - public String getModelEncoding()
public List<StartLevel> getStartLevels()
getStartLevels in class BaseBundleListpublic void removeStartLevel(StartLevel startLevel)
startLevel - public void setModelEncoding(String modelEncoding)
modelEncoding - public void setStartLevels(List<StartLevel> startLevels)
startLevels - Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.