Uses of Class
com.thoughtworks.qdox.model.impl.DefaultJavaWildcardType.BoundType
-
Packages that use DefaultJavaWildcardType.BoundType Package Description com.thoughtworks.qdox.model.impl Provides the default implementation of the classes reflecting the Java model elements. -
-
Uses of DefaultJavaWildcardType.BoundType in com.thoughtworks.qdox.model.impl
Fields in com.thoughtworks.qdox.model.impl declared as DefaultJavaWildcardType.BoundType Modifier and Type Field Description private DefaultJavaWildcardType.BoundType
DefaultJavaWildcardType. boundType
Methods in com.thoughtworks.qdox.model.impl that return DefaultJavaWildcardType.BoundType Modifier and Type Method Description static DefaultJavaWildcardType.BoundType
DefaultJavaWildcardType.BoundType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DefaultJavaWildcardType.BoundType[]
DefaultJavaWildcardType.BoundType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.thoughtworks.qdox.model.impl with parameters of type DefaultJavaWildcardType.BoundType Constructor Description DefaultJavaWildcardType(JavaType type, DefaultJavaWildcardType.BoundType boundType)
-