public class ExtensionListType extends Object
Modifier and Type | Field and Description |
---|---|
protected List<ExtensionType> |
content |
Constructor and Description |
---|
ExtensionListType() |
Modifier and Type | Method and Description |
---|---|
void |
add(ExtensionType obj) |
List<ExtensionType> |
getContent() |
void |
remove(ExtensionType obj) |
protected List<ExtensionType> content
public void add(ExtensionType obj)
public void remove(ExtensionType obj)
public List<ExtensionType> getContent()
Copyright © 2016 JBoss by Red Hat. All rights reserved.