|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.termcap.TerminalCapabilityScope
Defines the Sequence of Data Elements that specify the scope of the terminal capabilities.
Constructor Summary | |
TerminalCapabilityScope()
Creates a new TerminalCapabilityScope instance. |
|
TerminalCapabilityScope(org.csapi.jr.se.termcap.TerminalCapabilityScopeType _scopeType,
java.lang.String _scope)
Creates a new TerminalCapabilityScope instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
java.lang.String |
getScope()
This method returns a scope. |
org.csapi.jr.se.termcap.TerminalCapabilityScopeType |
getScopeType()
This method returns a scopeType. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setScope(java.lang.String scope)
This method sets a scope. |
void |
setScopeType(org.csapi.jr.se.termcap.TerminalCapabilityScopeType scopeType)
This method sets a scopeType. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TerminalCapabilityScope()
public TerminalCapabilityScope(org.csapi.jr.se.termcap.TerminalCapabilityScopeType _scopeType, java.lang.String _scope)
_scopeType
- _scope
- Method Detail |
public org.csapi.jr.se.termcap.TerminalCapabilityScopeType getScopeType()
public java.lang.String getScope()
public void setScopeType(org.csapi.jr.se.termcap.TerminalCapabilityScopeType scopeType)
public void setScope(java.lang.String scope)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |