com.googlecode.wickedcharts.highcharts.json
Interface JsonValueEnum

All Known Implementing Classes:
ExportingMimeType

public interface JsonValueEnum

Marker for enums that are to be serialized into JSON with a certain string value.

Author:
Tom Hombergs (tom.hombergs@gmail.com)

Method Summary
 String getJsonValue()
          Returns the string representation of the enum in JSON.
 

Method Detail

getJsonValue

String getJsonValue()
Returns the string representation of the enum in JSON.

Returns:
the JSON value


Copyright © 2013. All Rights Reserved.