The ElementValue class describes the value of the metadata element.
More...
List of all members.
Detailed Description
The ElementValue class describes the value of the metadata element.
Constructor & Destructor Documentation
| vmware::vapi::metadata::metamodel::ElementValue::ElementValue |
( |
| ) |
[inline] |
Creates a default new instance.
Member Function Documentation
| T vmware::vapi::metadata::metamodel::ElementValue::_ConvertTo< T > |
( |
| ) |
[inline] |
- Type Constraints
-
| T | : | vmware.vapi.bindings.IStructure | |
| vmware.vapi.data.StructValue vmware::vapi::metadata::metamodel::ElementValue::_GetDataValue |
( |
| ) |
[inline] |
| vmware.vapi.bindings.type.StructType vmware::vapi::metadata::metamodel::ElementValue::_GetType |
( |
| ) |
[inline] |
| bool vmware::vapi::metadata::metamodel::ElementValue::_HasTypeNameOf< T > |
( |
| ) |
[inline] |
- Type Constraints
-
| T | : | vmware.vapi.bindings.IStructure | |
| void vmware::vapi::metadata::metamodel::ElementValue::_Validate |
( |
| ) |
[inline] |
| override bool vmware::vapi::metadata::metamodel::ElementValue::Equals |
( |
object |
obj | ) |
[inline] |
| override int vmware::vapi::metadata::metamodel::ElementValue::GetHashCode |
( |
| ) |
[inline] |
| global::System.Collections.Generic.List<string> vmware::vapi::metadata::metamodel::ElementValue::GetListValue |
( |
| ) |
[inline] |
List of strings value of the metadata element.
| long vmware::vapi::metadata::metamodel::ElementValue::GetLongValue |
( |
| ) |
[inline] |
Long value of the metadata element.
| string vmware::vapi::metadata::metamodel::ElementValue::GetStringValue |
( |
| ) |
[inline] |
String value of the metadata element.
| string vmware::vapi::metadata::metamodel::ElementValue::GetStructureId |
( |
| ) |
[inline] |
Identifier of the structure element.
When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: com.vmware.vapi.structure . When methods return a value of this class as a result, the field will be an identifier for the resource type: com.vmware.vapi.structure .
| global::System.Collections.Generic.List<string> vmware::vapi::metadata::metamodel::ElementValue::GetStructureIds |
( |
| ) |
[inline] |
List of identifiers of the structure elements.
When clients pass a value of this class as a parameter, the field must contain identifiers for the resource type: com.vmware.vapi.structure . When methods return a value of this class as a result, the field will contain identifiers for the resource type: com.vmware.vapi.structure .
| void vmware::vapi::metadata::metamodel::ElementValue::SetListValue |
( |
global::System.Collections.Generic.List< string > |
listValue | ) |
[inline] |
List of strings value of the metadata element.
| void vmware::vapi::metadata::metamodel::ElementValue::SetLongValue |
( |
long? |
longValue | ) |
[inline] |
Long value of the metadata element.
| void vmware::vapi::metadata::metamodel::ElementValue::SetStringValue |
( |
string |
stringValue | ) |
[inline] |
String value of the metadata element.
| void vmware::vapi::metadata::metamodel::ElementValue::SetStructureId |
( |
string |
structureId | ) |
[inline] |
Identifier of the structure element.
When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: com.vmware.vapi.structure . When methods return a value of this class as a result, the field will be an identifier for the resource type: com.vmware.vapi.structure .
| void vmware::vapi::metadata::metamodel::ElementValue::SetStructureIds |
( |
global::System.Collections.Generic.List< string > |
structureIds | ) |
[inline] |
List of identifiers of the structure elements.
When clients pass a value of this class as a parameter, the field must contain identifiers for the resource type: com.vmware.vapi.structure . When methods return a value of this class as a result, the field will contain identifiers for the resource type: com.vmware.vapi.structure .
| override string vmware::vapi::metadata::metamodel::ElementValue::ToString |
( |
| ) |
[inline] |
The documentation for this class was generated from the following file: