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 ConstantInfo |
ConstantInfo._newInstance(StructValue structValue)
WARNING: Internal API, 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. |
ConstantInfo |
ConstantInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Map<String,ConstantInfo> |
ServiceInfo.getConstants()
Metamodel information of all the constant elements contained in the service
element.
|
Map<String,ConstantInfo> |
StructureInfo.getConstants()
Metamodel information of all the constant elements contained in the structure
element.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceInfo.setConstants(Map<String,ConstantInfo> constants)
Metamodel information of all the constant elements contained in the service
element.
|
void |
StructureInfo.setConstants(Map<String,ConstantInfo> constants)
Metamodel information of all the constant elements contained in the structure
element.
|
Constructor and Description |
---|
ServiceInfo.Builder(String name,
Map<String,OperationInfo> operations,
Map<String,StructureInfo> structures,
Map<String,EnumerationInfo> enumerations,
Map<String,ConstantInfo> constants,
Map<String,ElementMap> metadata,
String documentation)
Constructor with parameters for the required properties of
ServiceInfo . |
StructureInfo.Builder(String name,
StructureInfo.Type type,
Map<String,EnumerationInfo> enumerations,
Map<String,ConstantInfo> constants,
List<FieldInfo> fields,
Map<String,ElementMap> metadata,
String documentation)
Constructor with parameters for the required properties of
StructureInfo . |
Copyright © 2016. All Rights Reserved.