|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.sandia.ccaffeine.dc.user_iface.gui.ComponentInstance.ComponentInstanceStateProperty
public class ComponentInstance.ComponentInstanceStateProperty
Holds the mechanism to reduce the state of this ComponentInstance's state to a String. The state is represented as a key/value pair suitable for setting properties on the remote framework.
Constructor Summary | |
---|---|
ComponentInstance.ComponentInstanceStateProperty()
|
Method Summary | |
---|---|
java.lang.String |
getKey()
Create the key for this ComponentInstance. |
java.lang.String |
getValue()
Create the string representation of the Component instance state. |
boolean |
isKey(java.lang.String key)
Does the key identify state data belonging to this ComponentInstance? |
void |
setValue(java.lang.String value)
Set the value of the state previously saved. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentInstance.ComponentInstanceStateProperty()
Method Detail |
---|
public java.lang.String getKey()
public java.lang.String getValue()
public boolean isKey(java.lang.String key)
public void setValue(java.lang.String value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |