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 String
getColour()
String
getDescription()
Map<String,String>
getForeignLabels()
String
getId()
String
getLabel()
-
-
-
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
Map
of language code to the category label in that language
-
getColour
public String getColour()
- Returns:
- A
String
representing the preferred colour to be used for thisParameter.Category
. May returnnull
-
getDescription
public String getDescription()
- Returns:
- A description of this
Parameter.Category
. May returnnull
-
-