VMware vSphere Automation SDK Perl
The VMware vSphere Automation SDK for Perl supports the client-side vSphere Automation API for access to vSphere services and capabilities
 All Classes Files Functions
List of all members
Com::Vmware::Vapi::Metadata::Metamodel::ElementMap Class Reference
Inheritance diagram for Com::Vmware::Vapi::Metadata::Metamodel::ElementMap:

Avaliable Methods

public method get_elements ()
 
public method set_elements ()
 
public method new ()
 

Detailed Description

The Com::Vmware::Vapi::Metadata::Metamodel::ElementMap class contains the metadata elements.

One of the sources for metadata is the annotations present in the interface definition language. When an annotation is represented in the Com::Vmware::Vapi::Metadata::Metamodel::ElementMap , Com::Vmware::Vapi::Metadata::Metamodel::ElementMap describes the data specified in the arguments for the annotation.

For example, in \@UnionCase(tag="tag", value="SELECT") , ElementMap describes the keyword arguments tag and value.

Member Function Documentation

public method Com::Vmware::Vapi::Metadata::Metamodel::ElementMap::get_elements ( )

Gets the value of 'elements' property.

Return values
elements- The current value of the field. Metamodel information of the metadata elements. The key parameter of the map is the identifier for the element and the value corresponds to the element value. Map#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::ElementMap::new ( )

Constructor to initialize the Com::Vmware::Vapi::Metadata::Metamodel::ElementMap structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::ElementMap::set_elements ( )

Sets the given value for 'elements' property.

Parameters
elements- New value for the field. Metamodel information of the metadata elements. The key parameter of the map is the identifier for the element and the value corresponds to the element value.
Code:
click to view

The documentation for this class was generated from the following file: