Uses of Class
com.rometools.modules.base.types.YearType
-
Packages that use YearType Package Description com.rometools.modules.base This is the base package for the Google Base ROME module. -
-
Uses of YearType in com.rometools.modules.base
Methods in com.rometools.modules.base that return YearType Modifier and Type Method Description YearTypeGoogleBaseImpl. getYear()YearTypeHousing. getYear()The four digit model year or year built.YearTypeVehicle. getYear()The four digit model year or year built.Methods in com.rometools.modules.base with parameters of type YearType Modifier and Type Method Description voidGoogleBaseImpl. setYear(YearType year)voidHousing. setYear(YearType year)The four digit model year or year built.voidVehicle. setYear(YearType year)The four digit model year or year built.
-