Package | Description |
---|---|
com.vmware.vapi.metadata.metamodel |
The
com.vmware.vapi.metadata.metamodel package provides interfaces that
expose all the information present in the interface definition language (IDL)
specification. |
Modifier and Type | Method and Description |
---|---|
static ElementMap |
ElementMap._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static ElementMap |
ElementMap._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ElementMap |
ElementMap.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ElementMap> |
ComponentInfo.getMetadata()
Generic metadata for the component element.
|
java.util.Map<java.lang.String,ElementMap> |
EnumerationInfo.getMetadata()
Generic metadata elements for an enumeration element.
|
java.util.Map<java.lang.String,ElementMap> |
EnumerationValueInfo.getMetadata()
Additional metadata for enumeration value in the enumerated type.
|
java.util.Map<java.lang.String,ElementMap> |
FieldInfo.getMetadata()
Generic metadata elements for the field element.
|
java.util.Map<java.lang.String,ElementMap> |
OperationInfo.getMetadata()
Generic metadata elements for the operation element.
|
java.util.Map<java.lang.String,ElementMap> |
OperationResultInfo.getMetadata()
Generic metadata elements for the service element.
|
java.util.Map<java.lang.String,ElementMap> |
PackageInfo.getMetadata()
Generic metadata elements for the package element.
|
java.util.Map<java.lang.String,ElementMap> |
ServiceInfo.getMetadata()
Generic metadata elements for the service element.
|
java.util.Map<java.lang.String,ElementMap> |
StructureInfo.getMetadata()
Generic metadata elements for the structure element.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentInfo.setMetadata(java.util.Map<java.lang.String,ElementMap> metadata)
Generic metadata for the component element.
|
void |
EnumerationInfo.setMetadata(java.util.Map<java.lang.String,ElementMap> metadata)
Generic metadata elements for an enumeration element.
|
void |
EnumerationValueInfo.setMetadata(java.util.Map<java.lang.String,ElementMap> metadata)
Additional metadata for enumeration value in the enumerated type.
|
void |
FieldInfo.setMetadata(java.util.Map<java.lang.String,ElementMap> metadata)
Generic metadata elements for the field element.
|
void |
OperationInfo.setMetadata(java.util.Map<java.lang.String,ElementMap> metadata)
Generic metadata elements for the operation element.
|
void |
OperationResultInfo.setMetadata(java.util.Map<java.lang.String,ElementMap> metadata)
Generic metadata elements for the service element.
|
void |
PackageInfo.setMetadata(java.util.Map<java.lang.String,ElementMap> metadata)
Generic metadata elements for the package element.
|
void |
ServiceInfo.setMetadata(java.util.Map<java.lang.String,ElementMap> metadata)
Generic metadata elements for the service element.
|
void |
StructureInfo.setMetadata(java.util.Map<java.lang.String,ElementMap> metadata)
Generic metadata elements for the structure element.
|
Constructor and Description |
---|
Builder(java.lang.String name,
java.util.List<EnumerationValueInfo> values,
java.util.Map<java.lang.String,ElementMap> metadata,
java.lang.String documentation)
Constructor with parameters for the required properties of
EnumerationInfo . |
Builder(java.lang.String name,
java.util.List<FieldInfo> params,
OperationResultInfo output,
java.util.List<ErrorInfo> errors,
java.util.Map<java.lang.String,ElementMap> metadata,
java.lang.String documentation)
Constructor with parameters for the required properties of
OperationInfo . |
Builder(java.lang.String value,
java.util.Map<java.lang.String,ElementMap> metadata,
java.lang.String documentation)
Constructor with parameters for the required properties of
EnumerationValueInfo . |
Builder(java.lang.String name,
java.util.Map<java.lang.String,OperationInfo> operations,
java.util.Map<java.lang.String,StructureInfo> structures,
java.util.Map<java.lang.String,EnumerationInfo> enumerations,
java.util.Map<java.lang.String,ConstantInfo> constants,
java.util.Map<java.lang.String,ElementMap> metadata,
java.lang.String documentation)
Constructor with parameters for the required properties of
ServiceInfo . |
Builder(java.lang.String name,
java.util.Map<java.lang.String,PackageInfo> packages,
java.util.Map<java.lang.String,ElementMap> metadata,
java.lang.String documentation)
Constructor with parameters for the required properties of
ComponentInfo . |
Builder(java.lang.String name,
java.util.Map<java.lang.String,StructureInfo> structures,
java.util.Map<java.lang.String,EnumerationInfo> enumerations,
java.util.Map<java.lang.String,ServiceInfo> services,
java.util.Map<java.lang.String,ElementMap> metadata,
java.lang.String documentation)
Constructor with parameters for the required properties of
PackageInfo . |
Builder(java.lang.String name,
StructureInfo.Type type,
java.util.Map<java.lang.String,EnumerationInfo> enumerations,
java.util.Map<java.lang.String,ConstantInfo> constants,
java.util.List<FieldInfo> fields,
java.util.Map<java.lang.String,ElementMap> metadata,
java.lang.String documentation)
Constructor with parameters for the required properties of
StructureInfo . |
Builder(java.lang.String name,
Type type,
java.util.Map<java.lang.String,ElementMap> metadata,
java.lang.String documentation)
Constructor with parameters for the required properties of
FieldInfo . |
Builder(Type type,
java.util.Map<java.lang.String,ElementMap> metadata,
java.lang.String documentation)
Constructor with parameters for the required properties of
OperationResultInfo . |