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::ConstantInfo Class Reference
Inheritance diagram for Com::Vmware::Vapi::Metadata::Metamodel::ConstantInfo:

Avaliable Methods

public method set_documentation ()
 
public method get_value ()
 
public method set_type ()
 
public method get_documentation ()
 
public method set_value ()
 
public method get_type ()
 
public method new ()
 

Detailed Description

The Com::Vmware::Vapi::Metadata::Metamodel::ConstantInfo class contains metamodel information of the constant elements.

Member Function Documentation

public method Com::Vmware::Vapi::Metadata::Metamodel::ConstantInfo::get_documentation ( )

Gets the value of 'documentation' property.

Return values
documentation- The current value of the field. English language documentation for the constant element. It can contain HTML markup and documentation tags (similar to Javadoc tags). String#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::ConstantInfo::get_type ( )

Gets the value of 'type' property.

Return values
type- The current value of the field. Type of the constant element. Type#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::ConstantInfo::get_value ( )

Gets the value of 'value' property.

Return values
value- The current value of the field. Value of the constant element. ConstantValue#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::ConstantInfo::new ( )

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

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

Sets the given value for 'documentation' property.

Parameters
documentation- New value for the field. English language documentation for the constant element. It can contain HTML markup and documentation tags (similar to Javadoc tags).
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::ConstantInfo::set_type ( )

Sets the given value for 'type' property.

Parameters
type- New value for the field. Type of the constant element.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::ConstantInfo::set_value ( )

Sets the given value for 'value' property.

Parameters
value- New value for the field. Value of the constant element.
Code:
click to view

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