Interface Category
-
public interface CategoryA Category elementCategory element
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommonAttributesgetCommonAttributes()Get common attributesStringgetLabel()Get the labelStringgetScheme()Get the schemeStringgetTerm()Get the term
-
-
-
Method Detail
-
getScheme
String getScheme()
Get the scheme- Returns:
- scheme as String
-
getTerm
String getTerm()
Get the term- Returns:
- term as String
-
getCommonAttributes
CommonAttributes getCommonAttributes()
Get common attributes- Returns:
CommonAttributes
-
getLabel
String getLabel()
Get the label- Returns:
- label as String
-
-