org.jbind.xml.base
Interface IRef

All Known Subinterfaces:
IJobRef
All Known Implementing Classes:
JobRef, Ref

public interface IRef


Method Summary
 java.lang.String asStringKey()
          Converts the reference into a string that can be used as a key.
 boolean equals(java.lang.Object anObject)
          Tests value equality.
 java.lang.String getLocalPart()
           
 java.lang.String getNamespace()
           
 ISymbolspace getSymbolSpace()
           
 int hashCode()
          Calculates a value based hash code.
 

Method Detail

getNamespace

public java.lang.String getNamespace()

getSymbolSpace

public ISymbolspace getSymbolSpace()

getLocalPart

public java.lang.String getLocalPart()

equals

public boolean equals(java.lang.Object anObject)
Tests value equality.

Parameters:
anObject - The object to check (optional).
Returns:
Returns true the two object are value-equal.

hashCode

public int hashCode()
Calculates a value based hash code.

Returns:
A hash code.

asStringKey

public java.lang.String asStringKey()
Converts the reference into a string that can be used as a key.

Returns:
(required).