Interface IGenericDefinition
-
- All Implemented Interfaces:
@Serializable() public interface IGenericDefinitionA sealed interface representing a generic definition in a Wrap ABI.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetType()The type of the generic definition. abstract IntegergetKind()The kind of the generic definition. abstract StringgetName()The name of the generic definition, if any. abstract BooleangetRequired()A flag indicating if the generic definition is required. -
-
Method Detail
-
getRequired
abstract Boolean getRequired()
A flag indicating if the generic definition is required.
-
-
-
-