Uses of Class
com.google.code.mojo.license.document.DocumentType
-
Packages that use DocumentType Package Description com.google.code.mojo.license.document -
-
Uses of DocumentType in com.google.code.mojo.license.document
Methods in com.google.code.mojo.license.document that return DocumentType Modifier and Type Method Description static DocumentType
DocumentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DocumentType[]
DocumentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-