jade.domain
Interface FIPANames.ContentLanguage

Enclosing interface:
FIPANames

public static interface FIPANames.ContentLanguage

Set of constants that identifies the content languages and that can be assigned via ACLMessage.setLanguage(FIPANames.ContentLanguage.SL0)


Field Summary
static java.lang.String FIPA_SL
          The FIPA-SL language, with no restriction on expressiveness.
static java.lang.String FIPA_SL0
          The level-0 profile for the FIPA SL content language.
static java.lang.String FIPA_SL1
          The level-1 profile for the FIPA-SL content language.
static java.lang.String FIPA_SL2
          The level-2 profile for the FIPA-SL content language.
 

Field Detail

FIPA_SL0

public static final java.lang.String FIPA_SL0
The level-0 profile for the FIPA SL content language.

See Also:
Constant Field Values

FIPA_SL1

public static final java.lang.String FIPA_SL1
The level-1 profile for the FIPA-SL content language.

See Also:
Constant Field Values

FIPA_SL2

public static final java.lang.String FIPA_SL2
The level-2 profile for the FIPA-SL content language.

See Also:
Constant Field Values

FIPA_SL

public static final java.lang.String FIPA_SL
The FIPA-SL language, with no restriction on expressiveness.

See Also:
Constant Field Values


JADE