public interface IWithExtElements
ExtElements,
ExtElement| Modifier and Type | Method and Description |
|---|---|
ExtElements |
getExtElements()
Gets the
ExtElements object associated with this object. |
boolean |
hasExtElements()
Indicates if there is a
ExtElements object associated with this object. |
ExtElements |
setExtElements(ExtElements elements)
Sets the
ExtElements object associated with this object. |
ExtElements getExtElements()
ExtElements object associated with this object.
If none exists one is created.ExtElements object associated with this object. If none exists one is created.ExtElements setExtElements(ExtElements elements)
ExtElements object associated with this object.elements - the ExtElements object associated with this object.
If null, a new ExtElements object is created.ExtElements object associated with this object, never null.boolean hasExtElements()
ExtElements object associated with this object.ExtElements object associated with this object,
false otherwise.