|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TypeService
The TypeService is the entry point into information about the typedefs defined in SDD. The main
interface in the Type API is the Type
interface.
Method Summary | |
---|---|
RemoteType |
getType(java.lang.String name)
Get the Type with the given name, null if the type doesn't exist. |
java.util.List |
getTypes()
Get a list of all Type s defined in SDD. |
Method Detail |
---|
RemoteType getType(java.lang.String name) throws RemoteException, InvalidSessionException
null
if the type doesn't exist.
name
- name of the type to retrieve
null
if the type doesn't exist.
RemoteException
- if a server or transport error occurs
InvalidSessionException
- if the current session is expired or has been invalidatedjava.util.List getTypes() throws RemoteException, InvalidSessionException
Type
s defined in SDD.
RemoteException
- if a server or transport error occurs
InvalidSessionException
- if the current session is expired or has been invalidated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |