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)
SimpleCollectionUsageT to the collectionadd in interface SimpleCollectionUsage<Object>public boolean remove(Object t)
SimpleCollectionUsageT from collectionremove in interface SimpleCollectionUsage<Object>Copyright © 2018 JBoss by Red Hat. All rights reserved.