public class SimpleAnyType extends Object implements SimpleCollectionUsage<Object>
Constructor and Description |
---|
SimpleAnyType() |
Modifier and Type | Method and Description |
---|---|
void |
add(Object t)
Add a
T to the collection |
List<Object> |
getAny()
Gets the value of the any property.
|
boolean |
remove(Object t)
Remove a
T from collection |
public void add(Object t)
SimpleCollectionUsage
T
to the collectionadd
in interface SimpleCollectionUsage<Object>
public boolean remove(Object t)
SimpleCollectionUsage
T
from collectionremove
in interface SimpleCollectionUsage<Object>
Copyright © 2016 JBoss by Red Hat. All rights reserved.