|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAddressable
An object that can provide 3 attributes/components to uniquely address itself; an identity string, a type and a domain.
Method Summary | |
---|---|
String |
getAddress()
Get the unique address for this. |
IDomain |
getDomain()
Get the domain attribute of this object. |
String |
getIdentity()
Get the identification string for this entity. |
IType |
getType()
Get the type attribute of this object. |
Method Detail |
---|
String getIdentity()
String
identity providing an identification for this
entity within its type and domain.getType()
,
getDomain()
IType getType()
getDomain()
IDomain getDomain()
getType()
String getAddress()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |