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(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 ConstantInfo |
ConstantInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ConstantInfo |
ConstantInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ConstantInfo> |
ServiceInfo.getConstants()
Metamodel information of all the constant elements contained in the service
element.
|
java.util.Map<java.lang.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(java.util.Map<java.lang.String,ConstantInfo> constants)
Metamodel information of all the constant elements contained in the service
element.
|
void |
StructureInfo.setConstants(java.util.Map<java.lang.String,ConstantInfo> constants)
Metamodel information of all the constant elements contained in the structure
element.
|
Constructor and Description |
---|
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,
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 . |