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 SourceContentTypeAbstractJavaGeneratorMojo.sourceTypeDefines the content type of sources for the XJC.Methods in org.codehaus.mojo.jaxb2.javageneration that return SourceContentTypeModifier and TypeMethodDescriptionstatic SourceContentTypeReturns 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.