Package uk.ac.rdg.resc.edal.metadata
Class Parameter.Category
- java.lang.Object
-
- uk.ac.rdg.resc.edal.metadata.Parameter.Category
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetColour()StringgetDescription()Map<String,String>getForeignLabels()StringgetId()StringgetLabel()
-
-
-
Method Detail
-
getId
public String getId()
- Returns:
- The ID of this
Parameter.Category. Will never returnnull
-
getLabel
public String getLabel()
- Returns:
- The label associated with this
Parameter.Category. Will never returnnull
-
getForeignLabels
public Map<String,String> getForeignLabels()
- Returns:
- A
Mapof language code to the category label in that language
-
getColour
public String getColour()
- Returns:
- A
Stringrepresenting the preferred colour to be used for thisParameter.Category. May returnnull
-
getDescription
public String getDescription()
- Returns:
- A description of this
Parameter.Category. May returnnull
-
-