Uses of Enum
com.thoughtworks.qdox.model.impl.DefaultJavaWildcardType.BoundType
Packages that use DefaultJavaWildcardType.BoundType
Package
Description
Provides the default implementation of the classes reflecting the Java model elements.
-
Uses of DefaultJavaWildcardType.BoundType in com.thoughtworks.qdox.model.impl
Subclasses with type arguments of type DefaultJavaWildcardType.BoundType in com.thoughtworks.qdox.model.implMethods in com.thoughtworks.qdox.model.impl that return DefaultJavaWildcardType.BoundTypeModifier and TypeMethodDescriptionReturns 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.BoundTypeModifierConstructorDescriptionDefaultJavaWildcardType(JavaType type, DefaultJavaWildcardType.BoundType boundType)