public class AddCollectionElement extends CollectionElement<java.lang.Number>
content| Constructor and Description |
|---|
AddCollectionElement()
Instantiates a new adds the collection element.
|
AddCollectionElement(java.lang.Number content)
Instantiates a new adds the collection element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setContent(java.lang.Number content)
Sets the content.
|
equals, getContent, hashCode, toStringpublic AddCollectionElement(java.lang.Number content)
content - the contentpublic AddCollectionElement()
public void setContent(java.lang.Number content)
CollectionElementsetContent in class CollectionElement<java.lang.Number>content - the new content