Uses of Class
com.rometools.modules.base.types.IntUnit
-
Packages that use IntUnit Package Description com.rometools.modules.base This is the base package for the Google Base ROME module. -
-
Uses of IntUnit in com.rometools.modules.base
Methods in com.rometools.modules.base that return IntUnit Modifier and Type Method Description IntUnitGoogleBaseImpl. getArea()IntUnitHousing. getArea()The area of the real estate.IntUnit[]GoogleBaseImpl. getSquareFootages()IntUnit[]Unknown. getSquareFootages()Methods in com.rometools.modules.base with parameters of type IntUnit Modifier and Type Method Description voidGoogleBaseImpl. setArea(IntUnit area)voidHousing. setArea(IntUnit area)The area of the real estate.voidGoogleBaseImpl. setSquareFootages(IntUnit[] squareFootages)voidUnknown. setSquareFootages(IntUnit[] squareFootages)Constructors in com.rometools.modules.base with parameters of type IntUnit Constructor Description CustomTagImpl(String name, IntUnit value)
-