fr.dyade.aaa.agent.conf
Class A3CMLProperty

java.lang.Object
  extended byfr.dyade.aaa.agent.conf.A3CMLProperty
All Implemented Interfaces:
java.io.Serializable

public class A3CMLProperty
extends java.lang.Object
implements java.io.Serializable

The class A3CMLProperty describes a property.

See Also:
Serialized Form

Field Summary
 java.lang.String name
          Name of the property.
 java.lang.String value
          Value of the property.
 
Constructor Summary
A3CMLProperty(java.lang.String name, java.lang.String value)
           
 
Method Summary
 A3CMLProperty duplicate()
           
 boolean equals(java.lang.Object obj)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name
Name of the property.


value

public java.lang.String value
Value of the property.

Constructor Detail

A3CMLProperty

public A3CMLProperty(java.lang.String name,
                     java.lang.String value)
Method Detail

duplicate

public A3CMLProperty duplicate()
                        throws java.lang.Exception
Throws:
java.lang.Exception

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object obj)


Copyright ? 2004 Scalagent - All rights reserved