org.ow2.jonas.antmodular.bootstrap
Class PropertyStatement
java.lang.Object
org.ow2.jonas.antmodular.bootstrap.PropertyStatement
public class PropertyStatement
- extends java.lang.Object
- Author:
- eyindanga
Represents a statement for property adding or replacement.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyStatement
public PropertyStatement()
- Default constructor.
PropertyStatement
public PropertyStatement(java.lang.String name,
java.lang.String value,
boolean add)
- Default constructor.
getName
public java.lang.String getName()
- Returns:
- the name.
setName
public void setName(java.lang.String name)
- Parameters:
name - the name to set.
getValue
public java.lang.String getValue()
- Returns:
- the value
setValue
public void setValue(java.lang.String value)
- Parameters:
value - the value to set.
isAdd
public boolean isAdd()
- Returns:
- the add.
setAdd
public void setAdd(boolean add)
- Parameters:
add - the add to set.
Copyright © 2012 OW2 Consortium. All Rights Reserved.