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
Classes | List of all members
Com::Vmware::Vapi::Metadata::Metamodel::Type Class Reference
Inheritance diagram for Com::Vmware::Vapi::Metadata::Metamodel::Type:

Classes

class  BuiltinType
 
class  Category
 

Avaliable Methods

public method set_category ()
 
public method get_user_defined_type ()
 
public method set_generic_instantiation ()
 
public method get_generic_instantiation ()
 
public method get_category ()
 
public method new ()
 
public method get_builtin_type ()
 
public method set_builtin_type ()
 
public method set_user_defined_type ()
 

Detailed Description

The Com::Vmware::Vapi::Metadata::Metamodel::Type class describes the type information of a typed element in the interface definiton language. The following elements in the metamodel are typed:

The type could be one of the three following categories:

Member Function Documentation

public method Com::Vmware::Vapi::Metadata::Metamodel::Type::get_builtin_type ( )

Gets the value of 'builtin_type' property.

Return values
builtin_type- The current value of the field. Category of the built-in type. optional#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::Type::get_category ( )

Gets the value of 'category' property.

Return values
category- The current value of the field. Category of this type. Category#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::Type::get_generic_instantiation ( )

Gets the value of 'generic_instantiation' property.

Return values
generic_instantiation- The current value of the field. Instantiation of one of the generic types available in the interface definition language. optional#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::Type::get_user_defined_type ( )

Gets the value of 'user_defined_type' property.

Return values
user_defined_type- The current value of the field. Identifier and type of the user defined type. optional#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::Type::new ( )

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

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

Sets the given value for 'builtin_type' property.

Parameters
builtin_type- New value for the field. Category of the built-in type.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::Type::set_category ( )

Sets the given value for 'category' property.

Parameters
category- New value for the field. Category of this type.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::Type::set_generic_instantiation ( )

Sets the given value for 'generic_instantiation' property.

Parameters
generic_instantiation- New value for the field. Instantiation of one of the generic types available in the interface definition language.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::Type::set_user_defined_type ( )

Sets the given value for 'user_defined_type' property.

Parameters
user_defined_type- New value for the field. Identifier and type of the user defined type.
Code:
click to view

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