|
RSE Release 2.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRSECoreRegistry
Interface for RSE core registry. Clients should use this interface as the starting point for querying and manipulating model objects in the RSE framework. This interface is not intended to be implemented by clients.
| Field Summary | |
|---|---|
static String |
PI_RSE_CORE
|
static String |
PI_SYSTEM_TYPES
|
static String |
PI_SYSTEM_TYPES_PROVIDER
|
| Method Summary | |
|---|---|
IRSESystemType |
getSystemType(String name)
Deprecated. Use getSystemTypeById(String). |
IRSESystemType |
getSystemTypeById(String systemTypeId)
Returns a system type object given by the id. |
IRSESystemType[] |
getSystemTypes()
Returns all defined system types. |
| Field Detail |
|---|
static final String PI_RSE_CORE
static final String PI_SYSTEM_TYPES
static final String PI_SYSTEM_TYPES_PROVIDER
| Method Detail |
|---|
IRSESystemType[] getSystemTypes()
IRSESystemType getSystemType(String name)
getSystemTypeById(String).
name - the name of the system type
null if none is foundIRSESystemType getSystemTypeById(String systemTypeId)
systemTypeId - The system type id.
null if none is found
|
RSE Release 2.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||