|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.isam.exehda.services.ContextManager.ContextState
Describes a context element's state.
Constructor Summary | |
(package private) |
ContextManager.ContextState(ContextManager.Context type,
java.lang.String value)
Creates a new ContextState instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Returns whether this and the given object both describe the same context state. |
ContextManager.Context |
getType()
Returns the context element to which this context state is bound. |
java.lang.String |
getValue()
Describe getValue method here. |
int |
hashCode()
Computes the hash code for this context state object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
ContextManager.ContextState(ContextManager.Context type, java.lang.String value)
ContextState
instance.
type
- a Context
valuevalue
- a String
valueMethod Detail |
public ContextManager.Context getType()
Context
valuepublic java.lang.String getValue()
getValue
method here.
String
valuepublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- an Object
value
boolean
valuepublic int hashCode()
hashCode
in class java.lang.Object
int
value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |