Uses of Class
info.psidev.cvmapping.CvReference
-
Packages that use CvReference Package Description info.psidev.cvmapping This package contains the generated Java objects created via XML binding from the PSI-MS mapping file schema. -
-
Uses of CvReference in info.psidev.cvmapping
Fields in info.psidev.cvmapping declared as CvReference Modifier and Type Field Description protected CvReference
CvTerm. cvIdentifierRef
Fields in info.psidev.cvmapping with type parameters of type CvReference Modifier and Type Field Description protected List<CvReference>
CvMapping.CvReferenceList. cvReference
Methods in info.psidev.cvmapping that return CvReference Modifier and Type Method Description CvReference
ObjectFactory. createCvReference()
Create an instance ofCvReference
CvReference
CvTerm. getCvIdentifierRef()
Ruft den Wert der cvIdentifierRef-Eigenschaft ab.Methods in info.psidev.cvmapping that return types with arguments of type CvReference Modifier and Type Method Description List<CvReference>
CvMapping.CvReferenceList. getCvReference()
Description of a CV or ontology resource.Gets the value of the cvReference property.Methods in info.psidev.cvmapping with parameters of type CvReference Modifier and Type Method Description void
CvTerm. setCvIdentifierRef(CvReference value)
Legt den Wert der cvIdentifierRef-Eigenschaft fest.
-