| |
|
| java.lang.Object net.sourceforge.jarbundler.JavaProperty
JavaProperty | public class JavaProperty (Code) | | |
JavaProperty | public JavaProperty()(Code) | | Construct an empty JavaProperty
|
getName | public String getName()(Code) | | Get the JavaProperties' name
the JavaProperties' name. |
getValue | public String getValue()(Code) | | Get the JavaProperties' value.
the JavaProperties' value. |
setName | public void setName(String name)(Code) | | Set the JavaProperties's name; required
Parameters: name - the JavaProperties' name |
setValue | public void setValue(String value)(Code) | | Set the JavaProperties' value; required
Parameters: value - the JavaProperties' value |
|
|
|