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

Classes

class  Type
 

Avaliable Methods

public method set_double_value ()
 
public method set_type ()
 
public method get_string_value ()
 
public method get_long_value ()
 
public method get_boolean_value ()
 
public method set_boolean_value ()
 
public method get_double_value ()
 
public method set_long_value ()
 
public method new ()
 
public method get_type ()
 
public method set_string_value ()
 

Detailed Description

The Com::Vmware::Vapi::Metadata::Metamodel::PrimitiveValue class contains value of the constant element.

Member Function Documentation

public method Com::Vmware::Vapi::Metadata::Metamodel::PrimitiveValue::get_boolean_value ( )

Gets the value of 'boolean_value' property.

Return values
boolean_value- The current value of the field. Boolean value of the constant. optional#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::PrimitiveValue::get_double_value ( )

Gets the value of 'double_value' property.

Return values
double_value- The current value of the field. Double value of the constant. optional#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::PrimitiveValue::get_long_value ( )

Gets the value of 'long_value' property.

Return values
long_value- The current value of the field. Long value of the constant. optional#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::PrimitiveValue::get_string_value ( )

Gets the value of 'string_value' property.

Return values
string_value- The current value of the field. String value of the constant. optional#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::PrimitiveValue::get_type ( )

Gets the value of 'type' property.

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

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

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

Sets the given value for 'boolean_value' property.

Parameters
boolean_value- New value for the field. Boolean value of the constant.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::PrimitiveValue::set_double_value ( )

Sets the given value for 'double_value' property.

Parameters
double_value- New value for the field. Double value of the constant.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::PrimitiveValue::set_long_value ( )

Sets the given value for 'long_value' property.

Parameters
long_value- New value for the field. Long value of the constant.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::PrimitiveValue::set_string_value ( )

Sets the given value for 'string_value' property.

Parameters
string_value- New value for the field. String value of the constant.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::PrimitiveValue::set_type ( )

Sets the given value for 'type' property.

Parameters
type- New value for the field. Type of the constant value.
Code:
click to view

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