Public Member Functions | |
| A3CMLProperty (String name, String value) | |
| A3CMLProperty | duplicate () throws Exception |
| String | toString () |
| boolean | equals (Object obj) |
Public Attributes | |
| String | name = null |
| String | value = null |
A3CMLProperty describes a property.
Definition at line 26 of file A3CMLProperty.java.
| String fr.dyade.aaa.agent.conf.A3CMLProperty.name = null |
Name of the property.
Definition at line 32 of file A3CMLProperty.java.
Referenced by fr.dyade.aaa.agent.conf.A3CMLServer.addProperty(), fr.dyade.aaa.agent.conf.A3CMLProperty.duplicate(), fr.dyade.aaa.agent.conf.A3CMLProperty.equals(), and fr.dyade.aaa.agent.conf.A3CMLProperty.toString().
| String fr.dyade.aaa.agent.conf.A3CMLProperty.value = null |
Value of the property.
Definition at line 34 of file A3CMLProperty.java.
Referenced by fr.dyade.aaa.agent.conf.A3CMLProperty.duplicate(), fr.dyade.aaa.agent.conf.A3CMLProperty.equals(), and fr.dyade.aaa.agent.conf.A3CMLProperty.toString().
1.5.0