Uses of Enum Class
com.google.earth.kml._2.ListItemTypeEnum
Packages that use ListItemTypeEnum
-
Uses of ListItemTypeEnum in com.google.earth.kml._2
Fields in com.google.earth.kml._2 declared as ListItemTypeEnumMethods in com.google.earth.kml._2 that return ListItemTypeEnumModifier and TypeMethodDescriptionstatic ListItemTypeEnumGets the enum associated to the value passed as parameter.ListStyleType.getListItemType()Gets the value of the listItemType property.static ListItemTypeEnumReturns the enum constant of this class with the specified name.static ListItemTypeEnum[]ListItemTypeEnum.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 ListItemTypeEnumModifier and TypeMethodDescriptionvoidListStyleType.setListItemType(ListItemTypeEnum value) Sets the value of the listItemType property.