|
vSphere Client SDK API Documentation : version 5.5.0.1300321 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectModelProvider
Provides information on types and their relationships.
Method Summary | |
---|---|
String |
getImmediateSuperType(String type)
Returns the immediate supertype of the type. |
String[] |
getSuperTypes(String type)
Returns all supertypes of the type. |
Method Detail |
---|
String[] getSuperTypes(String type)
If type foo extends bar, then returns bar and all supertypes of bar.
type
- A type name.String getImmediateSuperType(String type)
type
- A type name.
|
vSphere Client SDK API Documentation : version 5.5.0.1300321 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |