oracle.cabo.share.agent
Class AgentCapabilityKey
java.lang.Object
|
+--oracle.cabo.share.agent.AgentCapabilityKey
- public final class AgentCapabilityKey
- extends java.lang.Object
Method Summary |
boolean |
equals(java.lang.Object otherObject)
|
static int |
getKeyCount()
|
int |
getKeyIndex()
Returns the 0-based index of this AgentCapabilityKey, or -1 if the
AttributeKey has no index. |
java.lang.String |
getKeyName()
Returns the name of this AgentCapabilityKey. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
getKeyCount
public static int getKeyCount()
getKeyIndex
public int getKeyIndex()
- Returns the 0-based index of this AgentCapabilityKey, or -1 if the
AttributeKey has no index.
getKeyName
public java.lang.String getKeyName()
- Returns the name of this AgentCapabilityKey. This is the name used to
create the AgentCapabilityKey in
getAgentCapabilityKey
.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object otherObject)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object