fr.dyade.aaa.agent.conf

Class A3CMLProperty

Implemented Interfaces:
Serializable

public class A3CMLProperty
extends java.lang.Object
implements Serializable

The class A3CMLProperty describes a property.

Field Summary

String
name
Name of the property.
String
value
Value of the property.

Constructor Summary

A3CMLProperty(String name, String value)

Method Summary

A3CMLProperty
duplicate()
boolean
equals(Object obj)
String
toString()

Field Details

name

public String name
Name of the property.


value

public String value
Value of the property.

Constructor Details

A3CMLProperty

public A3CMLProperty(String name,
                     String value)

Method Details

duplicate

public A3CMLProperty duplicate()
            throws Exception


equals

public boolean equals(Object obj)


toString

public String toString()


Copyright B) 2004 Scalagent - All rights reserved