| Package | Description |
|---|---|
| com.vmware.vapi.metadata.metamodel |
The
com.vmware.vapi.metadata.metamodel package provides interfaces that
expose all the information present in the interface definition language (IDL)
specification. |
| Modifier and Type | Method and Description |
|---|---|
GenericInstantiation.Builder |
GenericInstantiation.Builder.setElementType(Type elementType)
Type of the element parameter if the generic type instantiation is a
GenericInstantiation.GenericType.LIST,
GenericInstantiation.GenericType.OPTIONAL or
GenericInstantiation.GenericType.SET. |
GenericInstantiation.Builder |
GenericInstantiation.Builder.setMapKeyType(Type mapKeyType)
Type of the key parameter of the map generic type instantiation.
|
GenericInstantiation.Builder |
GenericInstantiation.Builder.setMapValueType(Type mapValueType)
Type of the value parameter of the map generic type instantiation.
|
Copyright © 2016. All Rights Reserved.