public interface GenericCapable<T>
| Modifier and Type | Method and Description |
|---|---|
T |
addGenericType(String genericType)
Adds a generic type
|
List<String> |
getGenericTypes()
Returns all the generic types associated with this object
|
T |
removeGenericType(String genericType)
Removes a generic type
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.