Package fr.dyade.aaa.agent.conf
Class A3CMLProperty
- java.lang.Object
-
- fr.dyade.aaa.agent.conf.A3CMLProperty
-
- All Implemented Interfaces:
Serializable
public class A3CMLProperty extends Object implements Serializable
The classA3CMLPropertydescribes a property.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description StringnameName of the property.private static longserialVersionUIDDefine serialVersionUID for interoperability.StringvalueValue of the property.
-
Constructor Summary
Constructors Constructor Description A3CMLProperty(String name, String value)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Define serialVersionUID for interoperability.- See Also:
- Constant Field Values
-
name
public String name
Name of the property.
-
value
public String value
Value of the property.
-
-
Method Detail
-
duplicate
public A3CMLProperty duplicate() throws Exception
- Throws:
Exception
-
-