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, toString
public AddCollectionElement(java.lang.Number content)
content
- the contentpublic AddCollectionElement()
public void setContent(java.lang.Number content)
CollectionElement
setContent
in class CollectionElement<java.lang.Number>
content
- the new content