|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ocltf.common.Property
This class represents properties which are used to configure Context objects which are made available to configure Plugin instances.
Context
,
Contexts
Constructor Summary | |
Property()
|
Method Summary | |
java.lang.String |
getName()
Returns the name. |
java.lang.String |
getValue()
Returns the value. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setValue(java.lang.String value)
Sets the value. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Property()
Method Detail |
public java.lang.String getName()
public java.lang.String getValue()
public void setName(java.lang.String name)
name
- The name to setpublic void setValue(java.lang.String value)
value
- The value to setpublic java.lang.String toString()
Object.toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |