|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITypeCast
The ITypeCast interface provides means to access additional interfaces that an object may support. The full set of available interfaces generally generally is only known at runtime and may change with the state of a resource.
Copyright (c) SAP AG 2001-2004
for usage example| Method Summary | |
|---|---|
Object |
as(Class classRef)
Tries to obtain an object of the specified class. |
boolean |
isA(Class classRef)
Checks whether the specified class can be obtained. |
Collection |
listTypes()
|
| Method Detail |
|---|
boolean isA(Class classRef)
classRef - requested class
true if the specified class can be obtained.
Object as(Class classRef)
throws Exception
classRef - requested class
null when not available
ExceptionCollection listTypes()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||