Uses of Enum
org.codehaus.mojo.jaxb2.javageneration.SourceContentType
Packages that use SourceContentType
Package
Description
The jaxb2-maven-plugin wraps and adapts the JAXB reference implementation
to be useful within the Maven build process.
-
Uses of SourceContentType in org.codehaus.mojo.jaxb2.javageneration
Fields in org.codehaus.mojo.jaxb2.javageneration declared as SourceContentTypeModifier and TypeFieldDescriptionprotected SourceContentType
AbstractJavaGeneratorMojo.sourceType
Defines the content type of sources for the XJC.Methods in org.codehaus.mojo.jaxb2.javageneration that return SourceContentTypeModifier and TypeMethodDescriptionstatic SourceContentType
Returns the enum constant of this type with the specified name.static SourceContentType[]
SourceContentType.values()
Returns an array containing the constants of this enum type, in the order they are declared.