Uses of Class
org.hudsonci.maven.model.config.DocumentTypeDTO

Packages that use DocumentTypeDTO
org.hudsonci.maven.model.config   
 

Uses of DocumentTypeDTO in org.hudsonci.maven.model.config
 

Fields in org.hudsonci.maven.model.config declared as DocumentTypeDTO
protected  DocumentTypeDTO DocumentDTO.type
           
 

Methods in org.hudsonci.maven.model.config that return DocumentTypeDTO
static DocumentTypeDTO DocumentTypeDTO.fromValue(String v)
           
 DocumentTypeDTO DocumentDTO.getType()
          Gets the value of the type property.
static DocumentTypeDTO DocumentTypeDTO.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DocumentTypeDTO[] DocumentTypeDTO.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hudsonci.maven.model.config with parameters of type DocumentTypeDTO
 void DocumentDTO.setType(DocumentTypeDTO value)
          Sets the value of the type property.
 DocumentDTO DocumentDTO.withType(DocumentTypeDTO value)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.