org.codehaus.cargo.ant
Class Property
java.lang.Object
org.codehaus.cargo.ant.Property
public class Property
- extends Object
Represent a container property.
- Version:
- $Id: Property.java 1702 2008-09-02 12:37:46Z adriana $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Property
public Property()
setName
public void setName(String name)
- Parameters:
name
- the property name
setValue
public void setValue(String value)
- Parameters:
value
- the property value
getName
public String getName()
-
- See Also:
setName(String)
getValue
public String getValue()
-
- See Also:
setValue(String)
Copyright © 2004-2012 Codehaus. All Rights Reserved.