IDExpert
| Kind of class: | public class |
|---|---|
| Package: | com.bourre.ioc.core |
| Inherits from: | none |
| Classpath: | com.bourre.ioc.core.IDExpert |
| File last modified: | Monday, 24 November 2008, 11:36:55 |
Summary
Constructor
Instance methods
- isRegistered (id:String) : Boolean
- clear : void
- register (id:String) : Boolean
- unregister (id:String) : Boolean
- toString : String
- Returns the string representation of this instance.
Constructor
IDExpert
public function IDExpert (
)
Instance methods
clear
public function clear (
) : void
isRegistered
public function isRegistered (
id:String) : Boolean
register
public function register (
id:String) : Boolean
toString
public function toString (
) : String
Returns the string representation of this instance.
Returns:
- the string representation of this instance
unregister
public function unregister (
id:String) : Boolean