Package jade.domain
Interface FIPANames.ContentLanguage
-
- Enclosing interface:
- FIPANames
public static interface FIPANames.ContentLanguageSet of constants that identifies the content languages and that can be assigned viaACLMessage.setLanguage(FIPANames.ContentLanguage.SL0)
-
-
Field Summary
Fields Modifier and Type Field Description static StringFIPA_SLThe FIPA-SL language, with no restriction on expressiveness.static StringFIPA_SL0The level-0 profile for the FIPA SL content language.static StringFIPA_SL1The level-1 profile for the FIPA-SL content language.static StringFIPA_SL2The level-2 profile for the FIPA-SL content language.
-
-
-
Field Detail
-
FIPA_SL0
static final String FIPA_SL0
The level-0 profile for the FIPA SL content language.- See Also:
- Constant Field Values
-
FIPA_SL1
static final String FIPA_SL1
The level-1 profile for the FIPA-SL content language.- See Also:
- Constant Field Values
-
FIPA_SL2
static final String FIPA_SL2
The level-2 profile for the FIPA-SL content language.- See Also:
- Constant Field Values
-
FIPA_SL
static final String FIPA_SL
The FIPA-SL language, with no restriction on expressiveness.- See Also:
- Constant Field Values
-
-