Interface SnQualifierType
- All Known Implementing Classes:
DefaultSnQualifierType
public interface SnQualifierType
Represents a qualifier. A qualifier can be: a language, a currency, a combination of them, etc.
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Returns the qualifier type id.Returns the qualifier provider.
-
Method Details
-
getId
String getId()Returns the qualifier type id.- Returns:
- the qualifier type id
-
getQualifierProvider
SnQualifierProvider getQualifierProvider()Returns the qualifier provider.- Returns:
- the qualifier provider
-