public abstract class WSILElementWithAbstractImpl extends java.lang.Object implements WSILElementWithAbstract
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List |
abstracts
Abstracts.
|
| Constructor and Description |
|---|
WSILElementWithAbstractImpl()
WSILElementWithAbstractImpl constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAbstract(Abstract abs)
Add one abstract to this element.
|
void |
addAbstracts(Abstract[] array)
Add abstracts to this element.
|
Abstract[] |
getAbstracts()
Get all abstracts for this element.
|
void |
removeAbstracts()
Remove all abstracts from this element.
|
java.lang.String |
toString()
String representation of this object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoXMLStringpublic WSILElementWithAbstractImpl()
public void addAbstract(Abstract abs)
addAbstract in interface WSILElementWithAbstractabs - the abstract to addpublic void addAbstracts(Abstract[] array)
addAbstracts in interface WSILElementWithAbstractabstracts - the array of abstracts to addpublic Abstract[] getAbstracts()
getAbstracts in interface WSILElementWithAbstractpublic void removeAbstracts()
removeAbstracts in interface WSILElementWithAbstractpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright ? 2001 International Business Machines Corporation. All Rights Reserved.