All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.dorm4.fls.IKey

public interface IKey
The key is responsible for parsing String ids into object types, library ids, and object integer ids.


Method Index

 o getIntId(String)
Gets the integer portion of the id
 o getLibrary(String)
Gets the library identifier of the id or null if it's unrecognizable
 o getType(String)
Gets the type of the id or null if it's unrecognizable

Methods

 o getType
 public abstract StdLibraryObject getType(String id)
Gets the type of the id or null if it's unrecognizable

 o getLibrary
 public abstract String getLibrary(String id)
Gets the library identifier of the id or null if it's unrecognizable

 o getIntId
 public abstract int getIntId(String id)
Gets the integer portion of the id


All Packages  Class Hierarchy  This Package  Previous  Next  Index