Uses of Class
org.apache.archiva.metadata.model.ProjectVersionReference.ReferenceType

Packages that use ProjectVersionReference.ReferenceType
org.apache.archiva.metadata.model   
 

Uses of ProjectVersionReference.ReferenceType in org.apache.archiva.metadata.model
 

Fields in org.apache.archiva.metadata.model declared as ProjectVersionReference.ReferenceType
private  ProjectVersionReference.ReferenceType ProjectVersionReference.referenceType
           
 

Methods in org.apache.archiva.metadata.model that return ProjectVersionReference.ReferenceType
 ProjectVersionReference.ReferenceType ProjectVersionReference.getReferenceType()
           
static ProjectVersionReference.ReferenceType ProjectVersionReference.ReferenceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProjectVersionReference.ReferenceType[] ProjectVersionReference.ReferenceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.archiva.metadata.model with parameters of type ProjectVersionReference.ReferenceType
 void ProjectVersionReference.setReferenceType(ProjectVersionReference.ReferenceType referenceType)
           
 



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.