Uses of Enum Class
com.google.earth.kml._2.RefreshModeEnum
Packages that use RefreshModeEnum
-
Uses of RefreshModeEnum in com.google.earth.kml._2
Fields in com.google.earth.kml._2 declared as RefreshModeEnumMethods in com.google.earth.kml._2 that return RefreshModeEnumModifier and TypeMethodDescriptionstatic RefreshModeEnumGets the enum associated to the value passed as parameter.LinkType.getRefreshMode()Gets the value of the refreshMode property.static RefreshModeEnumReturns the enum constant of this class with the specified name.static RefreshModeEnum[]RefreshModeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.earth.kml._2 with parameters of type RefreshModeEnumModifier and TypeMethodDescriptionvoidLinkType.setRefreshMode(RefreshModeEnum value) Sets the value of the refreshMode property.