public interface WSILElementWithAbstract extends WSILElement
Modifier and Type | Method and Description |
---|---|
void |
addAbstract(Abstract abs)
Add one abstract to this element.
|
void |
addAbstracts(Abstract[] abstracts)
Add abstracts to this element.
|
Abstract[] |
getAbstracts()
Get all abstracts for this element.
|
void |
removeAbstracts()
Remove all abstracts from this element.
|
toXMLString
void addAbstract(Abstract abs)
abs
- the abstract to addvoid addAbstracts(Abstract[] abstracts)
abstracts
- the array of abstracts to addvoid removeAbstracts()
Abstract[] getAbstracts()
Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.