Interface IGenericDefinition

  • All Implemented Interfaces:

    @Serializable() 
    public interface IGenericDefinition
    
                        

    A sealed interface representing a generic definition in a Wrap ABI.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getType() The type of the generic definition.
      abstract Integer getKind() The kind of the generic definition.
      abstract String getName() The name of the generic definition, if any.
      abstract Boolean getRequired() A flag indicating if the generic definition is required.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getType

         abstract String getType()

        The type of the generic definition.

      • getKind

         abstract Integer getKind()

        The kind of the generic definition.

      • getName

         abstract String getName()

        The name of the generic definition, if any.

      • getRequired

         abstract Boolean getRequired()

        A flag indicating if the generic definition is required.