org.codehaus.cargo.ant
Class Property

java.lang.Object
  extended by 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 $

Constructor Summary
Property()
           
 
Method Summary
 String getName()
          
 String getValue()
          
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property()
Method Detail

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.