Interface ImportedDefinition
-
- All Implemented Interfaces:
@Serializable() public interface ImportedDefinitionA sealed interface representing an imported definition in a Wrap ABI.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetUri()The URI of the imported definition. abstract StringgetNamespace()The namespace of the imported definition. abstract StringgetNativeType()The native type of the imported definition. -
-
Method Detail
-
getNamespace
abstract String getNamespace()
The namespace of the imported definition.
-
getNativeType
abstract String getNativeType()
The native type of the imported definition.
-
-
-
-