| java.lang.Object com.sun.jbi.ui.ant.AppVariable
AppVariable | public AppVariable()(Code) | | default public constructor
|
getName | public String getName()(Code) | | Getter for property name.
Value of property name. |
getType | public String getType()(Code) | | Getter for property type.
Value of property type. |
getValue | public String getValue()(Code) | | Getter for property value.
Value of property value. |
setName | public void setName(String name)(Code) | | Setter for property name.
Parameters: key - New value of property name. |
setType | public void setType(String type)(Code) | | Setter for property type.
Parameters: type - New value of property type. |
setValue | public void setValue(String value)(Code) | | Setter for property value.
Parameters: value - New value of property value. |
|
|