Uses of Class
org.codehaus.mojo.jaxb2.javageneration.SourceContentType
-
Packages that use SourceContentType Package Description org.codehaus.mojo.jaxb2.javageneration 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 SourceContentType Modifier and Type Field Description protected SourceContentType
AbstractJavaGeneratorMojo. sourceType
Defines the content type of sources for the XJC.Methods in org.codehaus.mojo.jaxb2.javageneration that return SourceContentType Modifier and Type Method Description static SourceContentType
SourceContentType. valueOf(java.lang.String name)
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.
-