|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcontrol.OperationProperty
public class OperationProperty
Class implementing a operation property. This class is used in representing the properties of an operation in the communication with gui and the user. Please see the methods getProperties() and setProperties() in Operation.
Constructor Summary | |
---|---|
OperationProperty(java.lang.String name,
java.lang.String value)
Constructor creating a new property. |
Method Summary | |
---|---|
java.lang.String |
getName()
Method for getting the property name. |
java.lang.String |
getValue()
Method for getting the value of the property. |
void |
setValue(java.lang.String value)
Method for settng teh value of the property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OperationProperty(java.lang.String name, java.lang.String value)
name
- Property namevalue
- Value of the propertyMethod Detail |
---|
public java.lang.String getName()
public java.lang.String getValue()
public void setValue(java.lang.String value)
value
- The new value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |