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, wait
toXMLString
public WSILElementWithAbstractImpl()
public void addAbstract(Abstract abs)
addAbstract
in interface WSILElementWithAbstract
abs
- the abstract to addpublic void addAbstracts(Abstract[] array)
addAbstracts
in interface WSILElementWithAbstract
abstracts
- the array of abstracts to addpublic Abstract[] getAbstracts()
getAbstracts
in interface WSILElementWithAbstract
public void removeAbstracts()
removeAbstracts
in interface WSILElementWithAbstract
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.