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 |
---|---|
static ComponentData |
ComponentData._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static ComponentData |
ComponentData._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ComponentData |
ComponentData.Builder.build() |
ComponentData |
Component.get(java.lang.String componentId)
Retrieves metamodel information about the component element corresponding to
componentId . |
ComponentData |
ComponentStub.get(java.lang.String componentId) |
ComponentData |
Component.get(java.lang.String componentId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieves metamodel information about the component element corresponding to
componentId . |
ComponentData |
ComponentStub.get(java.lang.String componentId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Component.get(java.lang.String componentId,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentData> asyncCallback)
Retrieves metamodel information about the component element corresponding to
componentId . |
void |
ComponentStub.get(java.lang.String componentId,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentData> asyncCallback) |
void |
Component.get(java.lang.String componentId,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentData> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieves metamodel information about the component element corresponding to
componentId . |
void |
ComponentStub.get(java.lang.String componentId,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentData> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |