fr.dyade.aaa.agent.conf
Class A3CMLProperty
java.lang.Object
fr.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)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
public java.lang.String name
- Name of the property.
value
public java.lang.String value
- Value of the property.
A3CMLProperty
public A3CMLProperty(java.lang.String name,
java.lang.String value)
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