JADE_SL
Class FIPANames.ACLCodec

java.lang.Object
  extended byJADE_SL.FIPANames.ACLCodec
Enclosing class:
FIPANames

public static class FIPANames.ACLCodec
extends java.lang.Object

Set of constants that identifies the Codec of ACL Messages and that can be assigned via ACLMessage.getEnvelope().setAclRepresentation(FIPANames.ACLCodec.BITEFFICIENT);


Field Summary
static java.lang.String BITEFFICIENT
          Syntactic representation of ACL in XML form
static java.lang.String STRING
          Syntactic representation of ACL in string form
static java.lang.String XML
          Syntactic representation of ACL in XML form
 
Constructor Summary
FIPANames.ACLCodec()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STRING

public static final java.lang.String STRING
Syntactic representation of ACL in string form

See Also:
FIPA Spec, Constant Field Values

XML

public static final java.lang.String XML
Syntactic representation of ACL in XML form

See Also:
FIPA Spec, Constant Field Values

BITEFFICIENT

public static final java.lang.String BITEFFICIENT
Syntactic representation of ACL in XML form

See Also:
FIPA Spec, Constant Field Values
Constructor Detail

FIPANames.ACLCodec

public FIPANames.ACLCodec()


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.