|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jarbundler.JavaProperty
public class JavaProperty
Constructor Summary | |
---|---|
JavaProperty()
Construct an empty JavaProperty |
Method Summary | |
---|---|
java.lang.String |
getName()
Get the JavaProperties' name |
java.lang.String |
getValue()
Get the JavaProperties' value. |
void |
setName(java.lang.String name)
Set the JavaProperties's name; required |
void |
setValue(java.lang.String value)
Set the JavaProperties' value; required |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaProperty()
Method Detail |
---|
public void setName(java.lang.String name)
name
- the JavaProperties' namepublic java.lang.String getName()
public void setValue(java.lang.String value)
value
- the JavaProperties' valuepublic java.lang.String getValue()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |