Uses of Class
eu.openaire.oaf.model.base.NamedFundingLevel
-
Packages that use NamedFundingLevel Package Description eu.openaire.oaf.model.base -
-
Uses of NamedFundingLevel in eu.openaire.oaf.model.base
Fields in eu.openaire.oaf.model.base with type parameters of type NamedFundingLevel Modifier and Type Field Description protected List<NamedFundingLevel>FundingFlatType. fundingLevel0protected List<NamedFundingLevel>FundingFlatType. fundingLevel1protected List<NamedFundingLevel>FundingFlatType. fundingLevel2Methods in eu.openaire.oaf.model.base that return NamedFundingLevel Modifier and Type Method Description NamedFundingLevelObjectFactory. createNamedFundingLevel()Create an instance ofNamedFundingLevelMethods in eu.openaire.oaf.model.base that return types with arguments of type NamedFundingLevel Modifier and Type Method Description List<NamedFundingLevel>FundingFlatType. getFundingLevel0()Gets the value of the fundingLevel0 property.List<NamedFundingLevel>FundingFlatType. getFundingLevel1()Gets the value of the fundingLevel1 property.List<NamedFundingLevel>FundingFlatType. getFundingLevel2()Gets the value of the fundingLevel2 property.
-