Uses of Class
pt.cienciavitae.ns.common.ResearchClassificationCtype
-
Packages that use ResearchClassificationCtype Package Description pt.cienciavitae.ns.common pt.cienciavitae.ns.domain_activity -
-
Uses of ResearchClassificationCtype in pt.cienciavitae.ns.common
Fields in pt.cienciavitae.ns.common with type parameters of type ResearchClassificationCtype Modifier and Type Field Description protected List<ResearchClassificationCtype>ResearchClassificationsCtype. researchClassificationMethods in pt.cienciavitae.ns.common that return ResearchClassificationCtype Modifier and Type Method Description ResearchClassificationCtypeObjectFactory. createResearchClassificationCtype()Create an instance ofResearchClassificationCtypeMethods in pt.cienciavitae.ns.common that return types with arguments of type ResearchClassificationCtype Modifier and Type Method Description JAXBElement<ResearchClassificationCtype>ObjectFactory. createResearchClassification(ResearchClassificationCtype value)List<ResearchClassificationCtype>ResearchClassificationsCtype. getResearchClassification()Gets the value of the researchClassification property.Methods in pt.cienciavitae.ns.common with parameters of type ResearchClassificationCtype Modifier and Type Method Description JAXBElement<ResearchClassificationCtype>ObjectFactory. createResearchClassification(ResearchClassificationCtype value) -
Uses of ResearchClassificationCtype in pt.cienciavitae.ns.domain_activity
Fields in pt.cienciavitae.ns.domain_activity declared as ResearchClassificationCtype Modifier and Type Field Description protected ResearchClassificationCtypeDomainActivity. researchClassificationMethods in pt.cienciavitae.ns.domain_activity that return ResearchClassificationCtype Modifier and Type Method Description ResearchClassificationCtypeDomainActivity. getResearchClassification()Gets the value of the researchClassification property.Methods in pt.cienciavitae.ns.domain_activity with parameters of type ResearchClassificationCtype Modifier and Type Method Description voidDomainActivity. setResearchClassification(ResearchClassificationCtype value)Sets the value of the researchClassification property.
-