|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wsil.impl.WSILElementWithAbstractImpl
public abstract class WSILElementWithAbstractImpl
This class is the base class for all elements that have an abstract.
| Field Summary | |
|---|---|
protected java.util.List |
abstracts
Abstracts. |
| Constructor Summary | |
|---|---|
WSILElementWithAbstractImpl()
WSILElementWithAbstractImpl constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.wsil.WSILElement |
|---|
toXMLString |
| Field Detail |
|---|
protected java.util.List abstracts
| Constructor Detail |
|---|
public WSILElementWithAbstractImpl()
| Method Detail |
|---|
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.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||