public interface GenericCapable<O extends JavaType<O>>
| Modifier and Type | Method and Description |
|---|---|
TypeVariable<O> |
getTypeVariable(String name)
Returns the named
TypeVariable. |
List<? extends TypeVariable<O>> |
getTypeVariables()
Returns all the generic types associated with this object
|
boolean |
hasTypeVariable(String name)
Returns if the value is declared as a
TypeVariable |
List<? extends TypeVariable<O>> getTypeVariables()
TypeVariable<O> getTypeVariable(String name)
TypeVariable.name - nullboolean hasTypeVariable(String name)
TypeVariablename - the type nametrue if the type name is declared as a type variable, falseCopyright © 2016 JBoss by Red Hat. All rights reserved.