Interface CodedInterface
-
- All Known Implementing Classes:
AdvisoryFields
,Fields
,Filter
,ForecastsFields
,ObservationFields
,RadiusUnit
public interface CodedInterface
Interface that defines an object that has a code.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCode()
Get the code for the defined object.
-
-
-
Method Detail
-
getCode
String getCode()
Get the code for the defined object.- Returns:
- String code to be used in requests.
-
-