Uses of Enum Class
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
Fields in com.thoughtworks.qdox.model.impl declared as DefaultJavaWildcardType.BoundTypeMethods in com.thoughtworks.qdox.model.impl that return DefaultJavaWildcardType.BoundTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DefaultJavaWildcardType.BoundType[]
DefaultJavaWildcardType.BoundType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.thoughtworks.qdox.model.impl with parameters of type DefaultJavaWildcardType.BoundTypeModifierConstructorDescriptionDefaultJavaWildcardType
(JavaType type, DefaultJavaWildcardType.BoundType boundType)